From afb03ff9832d06ef7d151054571121f44ef820b0 Mon Sep 17 00:00:00 2001 From: guzmud Date: Wed, 20 May 2026 10:28:37 +0200 Subject: [PATCH] [client-python] fix(security): updating requests to >=2.33.0,<2.34.0 (#247) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef190eb..01929e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "PyYAML (>=6.0,<6.1)", "pydantic (>=2.13.3,<2.14.0)", "pydantic-settings (>=2.14.0,<2.15.0)", - "requests (>=2.32.3,<2.33.0)", + "requests (>=2.33.0,<2.34.0)", "setuptools (>=82.0.1,<82.1.0)", "cachetools (>=5.5.0,<5.6.0)", "prometheus-client (>=0.22.1,<0.23.0)",