Skip to content

cli==0.1.63

Choose a tag to compare

@github-actions github-actions released this 14 Dec 15:35
87fba0e

langgraph-cli 0.1.63

Summary of Changes

  • Added support for configuring OpenAPI security schemes and requirements in the authentication configuration

Detailed Changes

Authentication Configuration

  • Added new SecurityConfig TypedDict class for defining security schemes and requirements
  • Enhanced AuthConfig with additional documentation and a new openapi field of type SecurityConfig to allow users to customize API security settings
  • Added example configuration showing how to set up OAuth2 authentication with specific scopes and token endpoints