release(sdk-py): bump to 0.3.1 (#6610)

bumping sdk-py for custom encryption cleanup changes (#6595) - these are
breaking changes on this beta, unreleased and unused feature.

Signed-off-by: Connor Braa <cwlbraa@langchain.dev>
This commit is contained in:
Connor Braa
2025-12-18 10:21:34 -08:00
committed by GitHub
parent 9eac53db4b
commit eec823cbd6
+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.0"
__version__ = "0.3.1"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]