Skip to content

Commit

Permalink
[setup] temporarily restrict to requests<2.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed May 5, 2023
1 parent 509210c commit 7fc0983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

install_requires = [
"docker>=3.0",
"requests < 2.29.0", # TODO: remove when https://github.com/docker/docker-py/issues/3113 is closed.
"docutils>=0.14",
"pymongo>=3.2.2",
"PyYAML>=3.11",
Expand Down

0 comments on commit 7fc0983

Please sign in to comment.