pypi langgraph-cli 0.1.5

latest releases: 0.4.30, 0.4.29, 0.4.28...
2 years 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-cli release

NewReleases is sending notifications on new releases.