diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index bd1d9279..f762edfc 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,6 +4,14 @@ Changelog Note: in some releases, there are no changes, because we always guarantee relasing in step with fsspec. +2024.12.0 +--------- + +* Exclusive write (#651) +* Avoid IndexError on integer seconds (#649) +* note on non-posixness (#648) +* handle chache_timeout=0 (#646) + 2024.10.0 --------- diff --git a/requirements.txt b/requirements.txt index b20f2ced..81240b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 -fsspec==2024.10.0 +fsspec==2024.12.0 google-auth>=1.2 google-auth-oauthlib google-cloud-storage