added explicitly httpx as it's being used in client.py

This commit is contained in:
2026-01-11 18:42:13 +05:30
parent a74e3d0d01
commit 1b26021725

View File

@@ -3,6 +3,7 @@ openapi-spec-validator==0.7.2
pyyaml==6.0.3
uvicorn==0.40.0
pydantic==2.12.5
httpx==0.28.1
# Test Packages
pytest==7.4.0