Skip to content

Commit

Permalink
Limited google-auth to version until 2.33
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VOvchinnikov committed Sep 4, 2024
1 parent ba88b1e commit 1ad5002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ad5002

Please sign in to comment.