From a97549c4b5b5c048f79938e6fbce1d637d442ed7 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:23:17 +0200 Subject: [PATCH] build: free upper limit on httpx version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2d6b0b1..528c030a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "pydantic>=2.7.1", - "httpx>=0.27.0,<0.28.0", + "httpx>=0.27.0", "backoff>=2.2.1", "humanfriendly>=10.0", "requests>=2.21.0",