mirror of https://github.com/razor-ai/soup.git
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:
parent
df8c341b73
commit
6a5ee1ae7a
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue