Skip to content

cli==0.1.70

Choose a tag to compare

@github-actions github-actions released this 29 Jan 13:12
7e26789

langgraph-cli 0.1.70

Summary of Changes

  • Added support for auth configuration in langgraph.json files, including path validation and Docker container path handling (PR #3231)

Detailed Changes

Configuration Validation

  • Enhanced validate_config to check auth configurations, ensuring auth.path follows the required format ./path/to/file.py:attribute_name (PR #3231)

Docker Environment Support

  • Added support for auth path resolution in Docker environments with new _update_auth_path function (PR #3231)
  • Updated python_config_to_docker to properly handle auth paths when deploying to containers (PR #3231)