Skip to content

Commit

Permalink
deps: pin urllib3 to v1.x (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored May 10, 2023
1 parent 942c3c3 commit 11f55e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"pydantic",
"pyyaml",
"requests_unixsocket",
# Needed until requests-unixsocket supports urllib3 v2
# https://github.com/msabramo/requests-unixsocket/pull/69
"urllib3<2",
]

dev_requires = [
Expand Down

0 comments on commit 11f55e5

Please sign in to comment.