Skip to content

0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:22

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.