You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)