From b5f3fb0fe9795c6a63a4c42c308672626dcebd9a Mon Sep 17 00:00:00 2001 From: gosha20777 Date: Thu, 7 Dec 2023 16:10:51 +0100 Subject: [PATCH] fix deps --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9ea3fac01..bf60efa9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ install_requires = python-benedict>=0.24.2 pyparsing>=2.4.7 typing_extensions>=3.7.4 - fsspec[http]>=2021.10.1 + fsspec[http]>=2021.10.1,<2022.7.1 aiohttp-retry>=2.4.5 diskcache>=5.2.1 jaraco.windows>=5.7.0; python_version < '3.8' and sys_platform == 'win32'