diff --git a/pyproject.toml b/pyproject.toml index c0036ff7be..a8d635e7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ ignore = [ [dependency-groups] dev = [ - "httpx>=0.28.1", "pre-commit>=4.2.0", "pytest~=7.2", "pytest-asyncio>=0.23.8", @@ -136,7 +135,7 @@ gateway = [ "uvicorn", "aiorwlock", "aiocache", - "httpx", + "httpx>=0.28.0", "jinja2", ] server = [ @@ -145,7 +144,7 @@ server = [ "uvicorn[standard]", "aiorwlock", "aiocache", - "httpx", + "httpx>=0.28.0", "jinja2", "watchfiles", "sqlalchemy[asyncio]>=2.0.0",