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 1.0.12
Summary of Changes
Updated documentation for the MemorySaver class to provide clearer guidance for production use cases (#1862)
Added support for serializing objects with a get_secret_value method in the JSON+ serializer
Detailed Changes
langgraph.checkpoint.memory.MemorySaver
Enhanced documentation to explicitly recommend PostgresSaver / AsyncPostgresSaver from the langgraph-checkpoint-postgres package for production use cases, while clarifying that MemorySaver should only be used for debugging or testing (#1862)
Added support for serializing objects that implement the get_secret_value() method, allowing for proper handling of secure values during serialization and deserialization