From 0f52258673214952f7234bdf7016fbaca96c62ef Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 23 May 2024 09:17:59 -0400 Subject: [PATCH] setup.cfg: requests 2.32.0+ breaks requests-unixsocket requests 2.32 security fix recommends a fix: https://github.com/psf/requests/pull/6710 This was proposed (but not yet merged) to requests-unixsocket in: https://github.com/msabramo/requests-unixsocket/pull/72 Signed-off-by: Simon Deziel --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 94c463fd..0720b257 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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