From d8d6512c58edce55fc8520981bcdd0be912999db Mon Sep 17 00:00:00 2001 From: VOvchinnikov Date: Wed, 4 Sep 2024 15:23:42 +0200 Subject: [PATCH] Limited `google-auth` to version until `2.33` In `2.33` Google added some changes that make tests with anything Google being very slow. When `fsspec`/`gcsfs` people fix this, the limitation could be lifted --- environment_gcsfs.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment_gcsfs.yaml b/environment_gcsfs.yaml index 98da14c0..b2cc4c16 100644 --- a/environment_gcsfs.yaml +++ b/environment_gcsfs.yaml @@ -9,7 +9,7 @@ dependencies: - fusepy<3 - google-api-core - google-api-python-client - - google-auth + - google-auth>=1.2, <2.33 - google-auth-oauthlib - google-cloud-core - google-cloud-storage diff --git a/requirements.txt b/requirements.txt index 1d290de1..94902d37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 fsspec==2024.6.1 -google-auth>=1.2 +google-auth>=1.2, <2.33 google-auth-oauthlib google-cloud-storage requests