From 5a2bde6604f400f74ecd791247b7fd5620b5dd53 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 22 May 2024 09:58:15 -0600 Subject: [PATCH] fix(setup.py): temporarily limits `requests` version ... ... to avoid a breaking change in the behavior that renders craft_parts unusable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ee6b2a37..b3e5d4689 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def is_rtd() -> bool: "pydantic>=1.9.0,<2.0.0", "pydantic-yaml[pyyaml]>=0.11.0,<1.0.0", "pyxdg", - "requests", + "requests<2.32.0", "requests-unixsocket", # See: https://github.com/msabramo/requests-unixsocket/pull/69 # When updating to urllib3 v2, also remove the constraint on types-requests.