Skip to content

Commit 744a71c

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#493)
* 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
1 parent 40d751c commit 744a71c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
# Note: google-api-core and google-auth are also included via transitive
3232
# dependency on google-cloud-bigquery, but this library also uses them
3333
# directly.
34-
"google-api-core >=1.21.0",
35-
"google-auth >=1.18.0",
34+
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
35+
"google-auth >=1.25.0",
3636
"google-auth-oauthlib >=0.0.1",
3737
# Require 1.27.* because it has a fix for out-of-bounds timestamps. See:
3838
# https://github.com/googleapis/python-bigquery/pull/209 and

testing/constraints-3.7.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
db-dtypes==0.3.1
9-
google-api-core==1.21.0
10-
google-auth==1.18.0
9+
google-api-core==1.31.5
10+
google-auth==1.25.0
1111
google-auth-oauthlib==0.0.1
1212
google-cloud-bigquery==1.27.2
1313
google-cloud-bigquery-storage==1.1.0

0 commit comments

Comments
 (0)