mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 15:03:21 +00:00
fix(langchain): update __init__ version (#32793)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user