diff --git a/pyproject.toml b/pyproject.toml index 91886daf..8b90ba60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "typer[all]>=0.9,<0.11", + "typer[all]>=0.9,<0.13", "pydantic>=2.5.3,<2.7.0", "pyyaml~=6.0.1", "requests~=2.31.0",