Skip to content

checkpointpostgres==2.0.10

Choose a tag to compare

@github-actions github-actions released this 09 Jan 23:25
e5b5f95

langgraph-checkpoint-postgres 2.0.10

Summary of Changes

  • Fixed SQL migration syntax by removing unnecessary empty strings in database schema definition #2978

Detailed Changes

langgraph.checkpoint.postgres.base.BasePostgresSaver

  • Cleaned up the SQL migration statements by removing redundant empty string delimiters that could potentially cause issues in the database schema setup #2978