From f3f63cbfbfe71a4355abd63cafd8c678c4a5a0af Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sun, 20 Oct 2024 21:39:35 -0400 Subject: [PATCH] changelog (#905) --- docs/source/changelog.rst | 7 +++++++ requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a4d1a145..e09e51ae 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +2024.10.0 +--------- + +- invalidate cache in one-shot pipe file (#904) +- make pipe() concurrent (#901) +- add py3.13 (#898) + 2024.9.0 -------- diff --git a/requirements.txt b/requirements.txt index b6dfab0f..2aa73837 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.5.4,<3.0.0 -fsspec==2024.9.0.* +fsspec==2024.10.0.* aiohttp!=4.0.0a0, !=4.0.0a1