Skip to content

cli==0.1.59

Choose a tag to compare

@github-actions github-actions released this 25 Nov 20:08
328ef60

langgraph-cli 0.1.59

Summary of Changes

  • Added support for dependencies in configuration files for the development server (PR #2531)
  • Removed red color formatting from the license key info message in the up command (PR #2531)

Detailed Changes

dev command

  • Enhanced the dev command to support dependencies specified in the configuration file (PR #2531)
  • The current working directory is now automatically added to Python's path
  • Directories listed in the dependencies field of the config file are now added to Python's path if they exist
  • This allows the development server to import modules from both the current project and its dependencies

up command

  • Removed the red color formatting from the license key information message (PR #2531)