Skip to content

Commit 9ed953c

Browse files
committed
fix: add httpx as dev dependency for FastAPI TestClient
The test suite uses FastAPI TestClient which requires httpx. Without it, tests fail with: 'RuntimeError: The starlette.testclient module requires the httpx package to be installed.' This was causing Code Quality and Fast Tests workflows to fail.
1 parent 2679aa7 commit 9ed953c

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
@@ -43,6 +43,7 @@ dev = [
4343
"mypy>=1.5.0",
4444
"types-redis>=4.6.0",
4545
"hypothesis>=6.80.0",
46+
"httpx>=0.24.0",
4647
]
4748

4849
[project.urls]

0 commit comments

Comments
 (0)