release(sdk-py): 0.3.9 (#6932)

This commit is contained in:
William FH
2026-02-24 10:37:05 -08:00
committed by GitHub
parent 5093802f31
commit 8fbdb14487
+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.8"
__version__ = "0.3.9"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]