Commit 9ed953c
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments