Releases
cli==0.1.62
Compare
Sorry, something went wrong.
No results found
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
You can’t perform that action at this time.