Skip to content

cli==0.1.62

Choose a tag to compare

@github-actions github-actions released this 14 Dec 01:28
cbe92e3

langgraph-cli 0.1.62

Summary of Changes

  • Added auth configuration support for LangGraph Studio in Config type and throughout the codebase (#2624)
  • Updated embedding model names in config documentation to use provider-prefixed format (#2624)
  • Improved error handling when required packages are missing
  • Updated dependency on langgraph-api from 0.0.6 to 0.0.7

Detailed Changes

AuthConfig

  • Added new AuthConfig TypedDict with path and disable_studio_auth fields
  • Added auth field to main Config TypedDict
  • Updated validate_config() function to include auth configuration
  • Modified Docker configuration generation to include auth environment variables

Error Handling

  • Improved error messages when langgraph-api package is not installed
  • Changed package dependency check to use Python's importlib instead of pkg_resources

CLI

  • Added support for auth configuration in the dev command