release(sdk-py): 0.3.8 (#6873)

Includes some updated docstrings.
This commit is contained in:
William FH
2026-02-19 11:10:19 -08:00
committed by GitHub
parent 9babffa054
commit e2efab8061
+1 -1
View File
@@ -3,6 +3,6 @@ from langgraph_sdk.client import get_client, get_sync_client
from langgraph_sdk.encryption import Encryption
from langgraph_sdk.encryption.types import EncryptionContext
__version__ = "0.3.7"
__version__ = "0.3.8"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]