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 fce76ab commit 5b9acd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1
google-auth>=1.2
google-auth>=1.2, <2.33
google-auth-oauthlib
google-cloud-storage
requests

0 comments on commit 5b9acd5

Please sign in to comment.