release(sdk-py): 0.4.5 (#8988)

Bumps the Python SDK version from 0.4.4 to 0.4.5. Adds `response_schema`
to the `Interrupt` TypedDict (#8886).
This commit is contained in:
Elior Nataf Lackritz
2026-09-21 10:38:26 -04:00
committed by GitHub
parent 19273fa88b
commit 49cce0ca85
+1 -1
View File
@@ -3,7 +3,7 @@ from langgraph_sdk.client import get_client, get_sync_client
from langgraph_sdk.encryption import Encryption
from langgraph_sdk.encryption.types import DecryptResult, EncryptionContext
__version__ = "0.4.4"
__version__ = "0.4.5"
__all__ = [
"Auth",