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