fix: update typer dependency to ^0.10.0 to fix Python 3.13 compatibility (#413)

This commit is contained in:
Shub 2025-05-29 10:56:03 -04:00 committed by GitHub
parent f8907684b7
commit 0246682a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
pydantic = "^2.7.0"
typer = "^0.9.0"
typer = ">=0.10.0"
rich = "^13.7.1"
Jinja2 = ">=3.1.5,<4.0.0"
pyyaml = "^6.0"