From 7998333fc1d3d1c2f2df039aa875e5b097ed2fce Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 4 Sep 2024 15:03:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20=E2=80=94=20Update=20httpx=20min=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 119f643..5c94171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "click>=8.1,<9", "fastapi>=0.103,<0.104", "fastapi-login>=1.10.0,<2", - "httpx>=0.25,<0.27.0", + "httpx>=0.27.2,<1", "Jinja2>=3.0,<4", "jsonpointer>=3.0,<4", "passlib>=1.7.4,<2",