Skip to content

Commit

Permalink
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#493)
Browse files Browse the repository at this point in the history
* fix(deps): require google-api-core>=1.31.5, >=2.3.2

fix(deps): require proto-plus>=1.15.0

fix(deps): require google-auth>=1.25.0
  • Loading branch information
parthea authored Mar 4, 2022
1 parent 40d751c commit 744a71c
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 @@ -31,8 +31,8 @@
# Note: google-api-core and google-auth are also included via transitive
# dependency on google-cloud-bigquery, but this library also uses them
# directly.
"google-api-core >=1.21.0",
"google-auth >=1.18.0",
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-auth >=1.25.0",
"google-auth-oauthlib >=0.0.1",
# Require 1.27.* because it has a fix for out-of-bounds timestamps. See:
# https://github.com/googleapis/python-bigquery/pull/209 and
Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
db-dtypes==0.3.1
google-api-core==1.21.0
google-auth==1.18.0
google-api-core==1.31.5
google-auth==1.25.0
google-auth-oauthlib==0.0.1
google-cloud-bigquery==1.27.2
google-cloud-bigquery-storage==1.1.0
Expand Down

0 comments on commit 744a71c

Please sign in to comment.