pypi langgraph-sdk 0.1.14

latest releases: 0.3.14, 0.3.13, 0.3.12...
23 months ago

langgraph 0.1.14

Summary of Changes

  • Fixed an issue with the checkpointer being unnecessarily initialized when no interrupts are configured in Pregel

Detailed Changes

langgraph.pregel.Pregel

  • Added a condition to only initialize the checkpointer if either interrupt_after or interrupt_before is specified. This optimization prevents unnecessary checkpointing setup when no interruptions are expected in the graph execution.

Don't miss a new langgraph-sdk release

NewReleases is sending notifications on new releases.