You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-checkpoint 2.0.21
Summary of Changes
Added encryption support for serialized data with a new EncryptedSerializer class and CipherProtocol interface, providing secure storage for sensitive data in checkpoints #3852
Detailed Changes
langgraph.checkpoint.serde.base.CipherProtocol
Added a new protocol interface for encryption and decryption of data with methods for encrypting plaintext and decrypting ciphertext #3852