mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
fix(langchain): update __init__ version (#32793)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import Any
|
||||
|
||||
__version__ = "1.0.0a1"
|
||||
__version__ = "1.0.0a3"
|
||||
|
||||
|
||||
def __getattr__(name: str) -> Any: # noqa: ANN401
|
||||
|
||||
Reference in New Issue
Block a user