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.68
Summary of Changes
Added clear error message when users attempt to run JS graphs with the Python CLI (#3086)
Added support for Bun package manager in project dependencies (#3111)
Detailed Changes
CLI Development Server
Added validation to check for node_version in config files, providing a helpful error message directing users to use the JavaScript CLI (npx @langchain/langgraph-cli) instead of the Python CLI for JS graphs (#3086)
Package Manager Support
Extended package manager detection to include Bun by checking for bun.lockb files (#3111)
Added bun i install command when Bun is detected as the project's package manager (#3111)