diff --git a/pyproject.toml b/pyproject.toml index ee3db9e..6ac963e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,17 +18,17 @@ classifiers = [ dependencies = [ "pydantic-settings (>=2.10.1,<3.0.0)", - "typer (>=0.16.0,<0.17.0)", + "typer (>=0.16.0,<0.22.0)", "pyyaml (>=6.0.2,<7.0.0)", "httpx[socks] (>=0.28.1,<0.29.0)", - "packaging (>=25.0,<26.0)", + "packaging (>=25.0,<27.0)", "tqdm (>=4.67.1,<5.0.0)", "stamina (>=25.1.0,<26.0.0)", - "textual (>=3.5.0,<5.0.0)", + "textual (>=3.5.0,<8.0.0)", "structlog (>=25.4.0,<26.0.0)", - "fastapi (>=0.115.14,<0.117.0)", - "uvicorn (>=0.35.0,<0.36.0)", - "aiofiles (>=24.1.0,<25.0.0)" + "fastapi (>=0.115.14,<0.129.0)", + "uvicorn (>=0.35.0,<0.40.0)", + "aiofiles (>=24.1.0,<26.0.0)" ] [project.optional-dependencies]