pypi langgraph-cli 0.3.3

latest releases: 0.4.26, 0.4.25, 0.4.24...
11 months ago

langgraph 0.3.3

Summary of Changes

  • Fixed checkpointing behavior by improving resumption logic with run ID validation for non-nested processes (PR #3668, PR #3676)
  • Minor docstring formatting fix (PR #3671)

Detailed Changes

langgraph.pregel.loop.PregelLoop

  • Added import and usage of the MISSING constant to improve checkpoint resumption logic (PR #3668)
  • Enhanced the resumption detection logic to consider run IDs when deciding whether to resume from a checkpoint (PR #3668)
  • Added an additional check to prevent run ID matching for nested processes, addressing potential issues with nested graph execution (PR #3676)

langgraph.func.entrypoint

  • Fixed formatting in docstring for the save parameter by removing trailing whitespace (PR #3671)

Don't miss a new langgraph-cli release

NewReleases is sending notifications on new releases.