You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)