Skip to content

checkpointpostgres==2.0.11

Choose a tag to compare

@github-actions github-actions released this 14 Jan 19:46
74adbb7

langgraph-checkpoint-postgres 2.0.11

Summary of Changes

  • Added thread safety check in AsyncPostgresSaver's list method to properly error when called from the main thread (#3019)
  • Fixed error message formatting in AsyncPostgresSaver's get_tuple method (#3019)

Detailed Changes

langgraph.checkpoint.postgres.aio.AsyncPostgresSaver

  • Added thread safety validation to the list method that raises a clear error message when called synchronously from the main thread, directing users to use the async alternatives (checkpointer.alist() or await graph.ainvoke()) (#3019)
  • Improved formatting in the error message for the get_tuple method for better readability (#3019)