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 6f45f13 commit d0a3eafCopy full SHA for d0a3eaf
libs/sdk-py/langgraph_sdk/__init__.py
@@ -1,6 +1,6 @@
1
from langgraph_sdk.auth import Auth
2
from langgraph_sdk.client import get_client, get_sync_client
3
4
-__version__ = "0.2.7"
+__version__ = "0.2.8"
5
6
__all__ = ["Auth", "get_client", "get_sync_client"]
0 commit comments