From 8d1d8712660e82c98a3954edd60ef54890e4b1e4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Sep 2026 19:37:06 -0700 Subject: [PATCH] httpx>=0.20,<1.0 So when https 1.0 comes out this doesn't break. Datasette main has moved to httpx2, see #2879 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21018fac..46bfc335 100644 --- a/setup.py +++ b/setup.py @@ -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",