fix: update typer dependency to ^0.10.0 to fix Python 3.13 compatibility (#413)
This commit is contained in:
parent
f8907684b7
commit
0246682a30
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10,<4.0"
|
python = ">=3.10,<4.0"
|
||||||
pydantic = "^2.7.0"
|
pydantic = "^2.7.0"
|
||||||
typer = "^0.9.0"
|
typer = ">=0.10.0"
|
||||||
rich = "^13.7.1"
|
rich = "^13.7.1"
|
||||||
Jinja2 = ">=3.1.5,<4.0.0"
|
Jinja2 = ">=3.1.5,<4.0.0"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue