Skip to content

checkpointpostgres==1.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:46
d98eec6

langgraph-checkpoint-postgres 1.0.3

Summary of Changes

  • Fixed a bug in AsyncPostgresSaver related to async database query execution and result fetching (#1294)

Detailed Changes

langgraph.checkpoint.postgres.aio.AsyncPostgresSaver

  • Fixed a bug in the setup() method where database query results weren't being properly awaited. The code now correctly separates the execution of the SQL query from fetching the results, making it more robust when working with asynchronous database connections (#1294)