From b30e06e5034630eb31d6300db2aa62638242c812 Mon Sep 17 00:00:00 2001 From: Axel Magnuson Date: Mon, 19 Aug 2024 10:16:52 +0100 Subject: [PATCH] [#32080] Remove restriction on requests package --- 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