Skip to content

Commit

Permalink
setup.cfg: avoid requests 2.32.0+ due to incompat with requests-unixs…
Browse files Browse the repository at this point in the history
…ocket

psf/requests#6710
msabramo/requests-unixsocket#72

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed May 23, 2024
1 parent 9b7535e commit b3c09ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = find:
install_requires =
cryptography >= 3.2
python-dateutil >= 2.4.2
requests >= 2.20.0
requests >= 2.20.0, < 2.32.0
requests-toolbelt >= 0.8.0
requests-unixsocket >= 0.1.5
urllib3 < 2
Expand Down

0 comments on commit b3c09ae

Please sign in to comment.