From 981300b928758f9e0e3e4c5be65be6bdd801ed89 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Fri, 22 May 2026 11:28:25 +0200 Subject: [PATCH] fix(deps): relax httpx version pin to >=0.27.2,<1.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d77d6f0..056f796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "requests>=2.33.1,<3.0.0", "openfeature-sdk==0.4.2", "typing_extensions>=4.9.0,<5.0.0", - "httpx==0.27.2", + "httpx>=0.27.2,<1.0.0", "protobuf>=5.29.5,<7.0.0" ] requires-python = ">=3.10"