github langchain-ai/langgraph sdk==0.1.66

latest releases: 1.0.0a3, 0.6.7, cli==0.4.2...
4 months ago

langgraph-sdk 0.1.66

Summary of Changes

  • Added checkpoint_during parameter to client methods, providing control over when checkpoints are created during graph execution (PR #4487)

Detailed Changes

Client Methods (stream, create, wait, create_for_thread)

  • Added new optional parameter checkpoint_during: Optional[bool] to control whether checkpointing happens during graph execution or only at the end/interruption (PR #4487)
  • Updated documentation to explain the new parameter
  • Updated example code to demonstrate usage with checkpoint_during=True
  • Improved internal handling of parameters in cron job methods

Don't miss a new langgraph release

NewReleases is sending notifications on new releases.