Skip to content

Commit ff1aec9

Browse files
Zawwarsami16claude
andcommitted
fix CI: add httpx to [dev] extras (rate-limit e2e tests need it)
federation tests already use httpx but CI got it transitively from fastapi/uvicorn. rate-limit e2e tests added in phase 1.7 now also import httpx directly. add it explicitly to [dev] extras so CI install covers it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8cc9c50 commit ff1aec9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dev = [
3737
"pytest-asyncio>=0.23",
3838
"ruff>=0.4",
3939
"cryptography>=42",
40+
"httpx>=0.27",
4041
]
4142

4243
[project.urls]

0 commit comments

Comments
 (0)