Skip to content

Commit

Permalink
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#178)
Browse files Browse the repository at this point in the history
fix(deps): require google-auth 1.25.0
  • Loading branch information
parthea committed Mar 7, 2022
1 parent beff8db commit c65ad44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core >= 1.21.0, < 3.0.0dev",
"google-auth >= 1.24.0, < 3.0dev",
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-auth >= 1.25.0, < 3.0dev",
]
extras = {"grpc": "grpcio >= 1.8.2, < 2.0dev"}

Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.21.0
google-auth==1.24.0
google-api-core==1.31.5
google-auth==1.25.0
grpcio==1.8.2

0 comments on commit c65ad44

Please sign in to comment.