This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 872a97f15d5 [#32080] Remove restriction on requests package (#32236)
872a97f15d5 is described below
commit 872a97f15d55a918e0cd93c1123839412de5a917
Author: Axel Magnuson <[email protected]>
AuthorDate: Mon Aug 19 16:12:05 2024 +0100
[#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 7802a7133d0..da9d7919320 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -383,9 +383,7 @@ if __name__ == '__main__':
'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