Pin to httpx<1.0

Refs https://github.com/encode/httpx/issues/3635
Closes #2576
This commit is contained in:
Simon Willison 2025-11-03 15:05:17 -08:00
commit 295e4a2e87

View file

@ -28,7 +28,7 @@ dependencies = [
"click-default-group>=1.2.3",
"Jinja2>=2.10.3",
"hupper>=1.9",
"httpx>=0.20",
"httpx>=0.20,<1.0",
"pluggy>=1.0",
"uvicorn>=0.11",
"aiofiles>=0.4",