release(sdk-py): 0.3.6 (#6805)

This commit is contained in:
William FH
2026-02-14 11:41:27 -08:00
committed by GitHub
parent 34769f31bc
commit fe4daa1c7c
+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.5"
__version__ = "0.3.6"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]