Skip to content

Commit

Permalink
unpin requests given docker-py hotfix (PrefectHQ#13753)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jun 3, 2024
1 parent 6e8afb0 commit c47a7c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pytest-timeout
pytest-xdist < 3.4.0 # 3.5.0 introduces some flakiness. Need to investigate and resolve.
pytkdocs >= 0.14.2
pyyaml
requests<2.32.0 # `requests` renamed `get_connection` to `_get_connection`, which is a method docker-py monkeypatches. See https://github.com/docker/docker-py/issues/3256 Should be able to un-pin when docker-py hotfix is out.
setuptools
vermin
virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asyncpg >= 0.23
click >= 8.0, < 8.2
cryptography >= 36.0.1
dateparser >= 1.1.1, < 2.0.0
docker >= 4.0, < 7.0
docker >= 4.0
graphviz >= 0.20.1
griffe >= 0.20.0
jinja2 >= 3.0.0, < 4.0.0
Expand Down

0 comments on commit c47a7c6

Please sign in to comment.