From 4a2928926316e6889f52536a517fe1191048b827 Mon Sep 17 00:00:00 2001 From: Leszek Hanusz Date: Tue, 18 Feb 2025 13:48:47 +0100 Subject: [PATCH] Bump httpx to min 0.27 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e41836a7..fa8cc2f9 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ ] install_httpx_requires = [ - "httpx>=0.23.1,<1", + "httpx>=0.27.0,<1", ] install_websockets_requires = [