You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph 0.3.26
Summary of Changes
Fixed an issue where GraphInterrupt exceptions were raised unnecessarily in remote graph streaming when no caller namespace was present (#4202)
Detailed Changes
langgraph.pregel.remote.RemoteGraph
Added a check to only raise GraphInterrupt exceptions in the stream and astream methods when a caller namespace is present, preventing unnecessary interrupts in certain streaming contexts (#4202)