pypi langgraph-sdk 0.3.2

latest releases: 0.4.2, 0.4.1, 0.4.0...
5 months ago

langgraph 0.3.2

Summary of Changes

  • Fixed a bug in the PregelLoop by unsetting the resuming flag after handling interrupts, which prevents potential issues with incorrectly preserved state between executions (#3647)

Detailed Changes

langgraph.pregel.loop.PregelLoop

  • Added logic to unset the resuming flag (CONFIG_KEY_RESUMING) after completing a superstep and handling interrupts, ensuring that the graph state is properly reset between executions (#3647)

Don't miss a new langgraph-sdk release

NewReleases is sending notifications on new releases.