Skip to content

checkpointsqlite==2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Oct 21:12
582fb11

langgraph-checkpoint-sqlite 2.0.1

Summary of Changes

  • Fixed example in documentation for checkpoint structure to use channel_values instead of data (#2145)
  • Added type stub file (py.typed) to enable better type checking support (#2177)

Detailed Changes

langgraph.checkpoint.sqlite.SqliteSaver

  • Updated docstring example to use the correct field name channel_values instead of data in the checkpoint object structure, aligning with the actual implementation (#2145)