Skip to content

cli==0.1.82

Choose a tag to compare

@github-actions github-actions released this 01 Apr 12:58
1c403f3

langgraph-cli 0.1.82

Summary of Changes

  • Added --allow-blocking flag to the dev command to optionally disable errors for synchronous I/O blocking operations (#4109)

Detailed Changes

CLI Commands

  • dev: Added new --allow-blocking flag that prevents the server from raising errors when synchronous I/O blocking operations are detected in your code. This can be useful for debugging or working with code that intentionally uses blocking operations. (#4109)