From f013fb8c687ce48a84ffcc0909d559f3d5ec2e48 Mon Sep 17 00:00:00 2001 From: Axel Magnuson Date: Mon, 19 Aug 2024 16:12:05 +0100 Subject: [PATCH] [#32080] Remove restriction on requests package (#32236) --- sdks/python/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 7802a7133d08..da9d79193207 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -383,9 +383,7 @@ def get_portability_package_data(): 'pytz>=2018.3', 'redis>=5.0.0,<6', 'regex>=2020.6.8', - # unblock tests until new version of `docker` is released. - # https://github.com/docker/docker-py/pull/3257 - 'requests>=2.24.0,<3.0.0,!=2.32.*', + 'requests>=2.24.0,<3.0.0', 'typing-extensions>=3.7.0', 'zstandard>=0.18.0,<1', # Dynamic dependencies must be specified in a separate list, otherwise