pypi langgraph-prebuilt 0.1.5

latest releases: 1.1.0, 1.1.0a2, 1.1.0a1...
15 months ago

langgraph 0.1.5

Summary of Changes

  • Fixed an issue with handling cancelled futures during checkpoint creation in the Pregel engine to prevent unhandled exceptions

Detailed Changes

langgraph.pregel.Pregel

  • Added proper handling of cancelled futures during checkpoint creation to prevent unhandled asyncio.CancelledError exceptions from propagating. Background tasks are now properly cleaned up regardless of their cancellation state by explicitly marking cancellation exceptions as seen.

Don't miss a new langgraph-prebuilt release

NewReleases is sending notifications on new releases.