Fix CI: pin typer<0.21.0 for Python 3.9 compat (click 8.2+ needs 3.10+)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-03-23 16:04:13 +05:00
parent df8c341b73
commit 6a5ee1ae7a
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"typer>=0.9.0",
"click>=8.2.0",
"typer>=0.9.0,<0.21.0",
"rich>=13.0.0",
"pydantic>=2.0.0",
"pyyaml>=6.0",