From 5f0677079c28a35c90bd5305c801c592322c0b65 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Tue, 19 Mar 2024 13:36:20 +0800 Subject: [PATCH 1/2] fix ci Signed-off-by: Future-Outlier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09dceed631..0e7cf0da17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "requests>=2.18.4,<3.0.0", "rich", "rich_click", - "s3fs>=2023.3.0", + "s3fs>=2023.3.0,<2024.3.1", "statsd>=3.0.0,<4.0.0", "typing_extensions", "urllib3>=1.22,<2.0.0", From 3856d79372394eae32612ccdbb83721e2a4eac0a Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Tue, 19 Mar 2024 15:57:08 +0800 Subject: [PATCH 2/2] Update Kevin's advice Signed-off-by: Future-Outlier Co-authored-by: Kevin Su --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e7cf0da17..2ea7997f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "requests>=2.18.4,<3.0.0", "rich", "rich_click", - "s3fs>=2023.3.0,<2024.3.1", + "s3fs>=2023.3.0,!=2024.3.1", "statsd>=3.0.0,<4.0.0", "typing_extensions", "urllib3>=1.22,<2.0.0",