Skip to content

Commit

Permalink
[#32080] Remove restriction on requests package (#32236)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmagn authored Aug 19, 2024
1 parent aa13a69 commit 872a97f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 872a97f

Please sign in to comment.