Skip to content

checkpointsqlite==2.0.5

Choose a tag to compare

langgraph-checkpoint-sqlite 2.0.5

Summary of Changes

  • Refactored metadata handling in both synchronous and asynchronous SQLite savers to use the common get_checkpoint_metadata utility function (PR #3448)

Detailed Changes

langgraph.checkpoint.sqlite.SqliteSaver

  • Improved code maintainability by replacing inline metadata dictionary construction with the get_checkpoint_metadata utility function in the put method (PR #3448)

langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver

  • Improved code maintainability by replacing inline metadata dictionary construction with the get_checkpoint_metadata utility function in the aput method (PR #3448)