From cfe206bb3522500894a19b990556a02f05753f48 Mon Sep 17 00:00:00 2001 From: Ritesh Ghorse Date: Tue, 21 May 2024 12:59:53 -0400 Subject: [PATCH] skip requests version 2.32.0,2.32.1 (#31359) --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 852f14117d8a..922bb8b1ce04 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -383,7 +383,7 @@ def get_portability_package_data(): 'pytz>=2018.3', 'redis>=5.0.0,<6', 'regex>=2020.6.8', - 'requests>=2.24.0,<3.0.0', + 'requests>=2.24.0,<3.0.0,!=2.32.0,!=2.32.1', 'typing-extensions>=3.7.0', 'zstandard>=0.18.0,<1', # Dynamic dependencies must be specified in a separate list, otherwise