Skip to content

Commit 52339f7

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#419)
1 parent eb82cc4 commit 52339f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def readme():
7979
],
8080
platforms="Posix; MacOS X; Windows",
8181
install_requires=[
82-
"google-api-core>=1.30.0", # Work-around bug in cloud core deps.
82+
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
8383
# NOTE: Maintainers, please do not require google-auth>=2.x.x
8484
# Until this issue is closed
8585
# https://github.com/googleapis/google-cloud-python/issues/10566

testing/constraints-3.6.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
sqlalchemy==1.2.0
88
google-auth==1.25.0
99
google-cloud-bigquery==2.25.2
10-
google-api-core==1.30.0
10+
google-api-core==1.31.5

0 commit comments

Comments
 (0)