httpx>=0.20,<1.0

So when https 1.0 comes out this doesn't break.

Datasette main has moved to httpx2, see #2879
This commit is contained in:
Simon Willison 2026-09-10 19:37:06 -07:00 committed by GitHub
commit 8d1d871266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ setup(
"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",