Skip to content

cli==0.1.68

Choose a tag to compare

@github-actions github-actions released this 20 Jan 23:36
ac64f50

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)