0.2.32
langgraph 0.2.32
Summary of Changes
- Updated dependency on
langgraph-checkpointfrom 1.0.14 to 2.0.0 (#1946)
Detailed Changes
langgraph.config.get_config
- Updated to support the newer version of
langgraph-checkpoint(2.0.0) which is a major version upgrade potentially containing breaking changes in the checkpoint stores implementation
langgraph.config.get_store
- Now works with the upgraded
langgraph-checkpoint2.0.0 and related checkpoint stores
This release is primarily a dependency update to accommodate the new major version of the checkpointing libraries. If you're using custom checkpoint stores or directly interfacing with the checkpointing functionality, please review the changes in the langgraph-checkpoint 2.0.0 release.