diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ded0f585..928a0f79 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.5.0 +-------- + +* swap order of "gcs", "gs" protocols (#620) +* fix get_file for relative lpath (#618) + 2024.3.1 -------- diff --git a/requirements.txt b/requirements.txt index 4ed70a08..ddf22697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 -fsspec==2024.3.1 +fsspec==2024.5.0 google-auth>=1.2 google-auth-oauthlib google-cloud-storage