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