langgraph 0.3.5
Summary of Changes
- Removed support for
ParentCommandexception handling inPregelLoop._suppress_interruptmethod #3686
Detailed Changes
langgraph.pregel.loop.PregelLoop
- Removed code that handled
ParentCommandexceptions by adding the current state to the parent command before re-raising it #3686 - This change simplifies exception handling in the
PregelLoopclass and removes a dependency on theParentCommandexception type