Skip to content

cli==0.1.66

Choose a tag to compare

@github-actions github-actions released this 13 Jan 18:04
a03f1f7

langgraph-cli 0.1.66

Summary of Changes

  • Improved version string handling to support formats containing dashes (e.g., "3.10-slim") (#3008)

Detailed Changes

Version Parsing

  • Enhanced _parse_version function to properly handle version strings with dashes by focusing on the part before any dash (#3008)
  • Updated Python version validation in validate_config to support Python version strings with additional qualifiers after a dash, such as "3.10-slim" (#3008)