From 32ea877c584a998833b8bb8e39a86ff6cbd4ddb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 3 May 2026 20:15:19 +0200 Subject: [PATCH] DEP: loosen the pin on fsspec to a lower bound --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c841903..54e21a75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.19.0,<4.0.0 -fsspec==2026.4.0 +fsspec>=2026.4.0 aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0