From ba7af67b1d2a648c87b96b6d4482648301ab6874 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 22 May 2024 01:25:43 +0800 Subject: [PATCH] build: Exclude broken requests versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81aff9888d..da60d436a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "python-json-logger>=2.0.0", "pytimeparse>=1.1.8,<2.0.0", "pyyaml!=6.0.0,!=5.4.0,!=5.4.1", # pyyaml is broken with cython 3: https://github.com/yaml/pyyaml/issues/601 - "requests>=2.18.4,<3.0.0", + "requests>=2.18.4,<3.0.0,!=2.32.0,!=2.32.1", "rich", "rich_click", "s3fs>=2023.3.0,!=2024.3.1",