Skip to content

checkpointpostgres==1.0.11

Choose a tag to compare

@github-actions github-actions released this 30 Sep 23:45
29f58fd

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)

langgraph.store.postgres.base.PostgresStore

  • Updated constructor to accept optional deserializer parameter, enabling customized JSON deserialization (#1930)

langgraph.store.postgres.aio.AsyncPostgresStore

  • Added support for custom JSON deserialization through the deserializer parameter, providing consistent functionality with the synchronous version (#1930)