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
MISSINGconstant 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
saveparameter by removing trailing whitespace (PR #3671)