release(sdk-py): 0.3.15 (#7891)

## Summary

Bumps `langgraph-sdk` `0.3.14` → `0.3.15`.

## Test plan

- [x] `make format` / `make lint` / `make test` from `libs/sdk-py/`
This commit is contained in:
Nick Hollon
2026-05-22 12:51:52 -04:00
committed by GitHub
parent 604534e1b7
commit e787af200e
+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.14"
__version__ = "0.3.15"
__all__ = ["Auth", "Encryption", "EncryptionContext", "get_client", "get_sync_client"]