Skip to content

0.3.26

Choose a tag to compare

@github-actions github-actions released this 08 Apr 19:04
3a17df6

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)