We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e573030 commit 33f0687Copy full SHA for 33f0687
libs/langchain_v1/langchain/__init__.py
@@ -2,7 +2,7 @@
2
3
from typing import Any
4
5
-__version__ = "1.0.0a6"
+__version__ = "1.0.0a8"
6
7
8
def __getattr__(name: str) -> Any: # noqa: ANN401
0 commit comments