From 842080b75f11f31a6f2024901310eec89c2ba458 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Fri, 27 Mar 2026 15:11:36 -0400 Subject: [PATCH] changelog --- docs/source/changelog.rst | 8 ++++++++ requirements.txt | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4e7efdcf..63e967ff 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +2026.3.0 +-------- + +- allow _find with both prefix/withdirs, allows prefix in glob (#1014) +- deduplicate file listing with bisect (#1010) +- check for file expiry with ETag if server doesn't support If-Match (#1008) +- concurrent downloads in get/cat_file (#1007) + 2026.2.0 -------- diff --git a/requirements.txt b/requirements.txt index 610c5300..ce80db66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.19.0,<4.0.0 -fsspec==2026.2.0 -aiohttp!=4.0.0a0, !=4.0.0a1 +fsspec==2026.3.0 +aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0