You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)