Skip to content

0.2.32

Choose a tag to compare

@github-actions github-actions released this 01 Oct 19:36
4a45f6c

langgraph 0.2.32

Summary of Changes

  • Updated dependency on langgraph-checkpoint from 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-checkpoint 2.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.