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 d8d6512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment_gcsfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 d8d6512

Please sign in to comment.