From 496463bd4c54ca1faca9f9ece62257b65a8a3310 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 28 Nov 2024 17:03:44 -0800 Subject: [PATCH] Back to httpx>=0.20, refs #2443 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 814c7eb579..d3cb43b09c 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def get_version(): "click-default-group>=1.2.3", "Jinja2>=2.10.3", "hupper>=1.9", - "httpx>=0.28.0", + "httpx>=0.20", "pluggy>=1.0", "uvicorn>=0.11", "aiofiles>=0.4",