Skip to content

cli==0.1.64

Choose a tag to compare

@github-actions github-actions released this 17 Dec 00:34
781d0cf

langgraph-cli 0.1.64

Summary of Changes

  • Fixed a bug in the config_to_compose function to handle missing dependencies gracefully by defaulting to ["."]
  • Added support for dependencies in the configuration validation

Detailed Changes

config.py

  • The validate_config function now properly validates and includes the dependencies field from configurations with a default empty list
  • The config_to_compose function was updated to handle cases where the configuration does not include a dependencies key, preventing potential KeyError exceptions by defaulting to ["."]