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 and mr-cal committed Jun 26, 2023
1 parent 3dff5a0 commit dd609c4
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 dd609c4

Please sign in to comment.