diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c335aa71..65f7e5cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - conda install -c conda-forge pytest ujson requests decorator google-auth vcrpy aiohttp google-auth-oauthlib flake8 black google-cloud-core google-api-core google-api-python-client -y + conda install -c conda-forge pytest ujson requests decorator google-auth aiohttp google-auth-oauthlib flake8 black google-cloud-core google-api-core google-api-python-client -y pip install git+https://github.com/fsspec/filesystem_spec --no-deps conda list conda --version diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 31ff6ac6..6d2fb720 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +2022.7.1 +-------- + +* Try cloud auth by default (#479) + 2022.5.0 -------- diff --git a/requirements.txt b/requirements.txt index 055d2448..d6a4cf50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ google-auth-oauthlib google-cloud-storage requests decorator>4.1.2 -fsspec==2022.5.0 -aiohttp<4 +fsspec==2022.7.1 +aiohttp