From 1ad500282ef9b3b61661f3a35fbad4c74def4d70 Mon Sep 17 00:00:00 2001 From: VOvchinnikov Date: Wed, 4 Sep 2024 15:19:44 +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 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 878178bd..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.0 -google-auth>=1.2 +fsspec==2024.6.1 +google-auth>=1.2, <2.33 google-auth-oauthlib google-cloud-storage requests