diff --git a/pyproject.toml b/pyproject.toml index 938234b..0a1fcec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "typer>=0.12.0", - "httpx>=0.27.0", + "httpx>=0.28.1", "pydantic>=2.0.0", "rich>=13.0.0", "textual>=0.60.0",