release(sdk-py): 0.4.1 (#7944)

This commit is contained in:
Nick Hollon
2026-06-01 11:19:53 -04:00
committed by GitHub
parent 1fcb768182
commit f1dc4577e2
+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.4.0"
__version__ = "0.4.1"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]