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-postgres 1.0.11
Summary of Changes
Added support for custom JSON deserializers in PostgresStore and AsyncPostgresStore (#1930)
Detailed Changes
langgraph.store.postgres.base.BasePostgresStore
Added support for custom JSON deserialization through an optional deserializer parameter, allowing users to control how values are loaded from the database (#1930)
Added support for custom JSON deserialization through the deserializer parameter, providing consistent functionality with the synchronous version (#1930)