Skip to content

Commit

Permalink
setup.cfg: requests 2.32.0+ breaks requests-unixsocket
Browse files Browse the repository at this point in the history
requests 2.32 security fix recommends a fix:
psf/requests#6710

This was proposed (but not yet merged) to requests-unixsocket in:
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 0f52258
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 0f52258

Please sign in to comment.