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.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 ["."]