diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7418f6f0..bd1d9279 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,6 +4,12 @@ Changelog Note: in some releases, there are no changes, because we always guarantee relasing in step with fsspec. +2024.10.0 +--------- + +* Remove race condition in credentials (#643) +* fix md5 hash order logic (#640) + 2024.9.0 -------- diff --git a/requirements.txt b/requirements.txt index 6a73c506..b20f2ced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 -fsspec==2024.9.0 +fsspec==2024.10.0 google-auth>=1.2 google-auth-oauthlib google-cloud-storage