fix(langchain): update __init__ version (#32793)

This commit is contained in:
ccurme
2025-09-02 13:14:42 -04:00
committed by GitHub
parent 062196a7b3
commit b999f356e8

View File

@@ -2,7 +2,7 @@
from typing import Any from typing import Any
__version__ = "1.0.0a1" __version__ = "1.0.0a3"
def __getattr__(name: str) -> Any: # noqa: ANN401 def __getattr__(name: str) -> Any: # noqa: ANN401