Add httpx as a development dependency for the fastapi TestClient

This commit is contained in:
2026-03-15 18:32:25 +01:00
parent edbabdb932
commit de419a92b6

View File

@ -4,3 +4,4 @@ mypy==1.19.1
pylint==4.0.5
pytest-cov==7.0.0
bandit==1.7.10
httpx==0.28.1