diff --git a/pyproject.toml b/pyproject.toml index f632aa5..4363ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.10,<4" -httpx = ">=0.24,<0.25" +httpx = ">=0.27,<0.28" rich = "^13.0.0" typer = ">=0.9.0,<0.10.0" packaging = ">=23,<23.3"