Skip to content

Commit 8308e5d

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1715)
1 parent 9639c07 commit 8308e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
4242
# Until this issue is closed
4343
# https://github.com/googleapis/google-cloud-python/issues/10566
44-
"google-api-core>=1.21.0,<3.0.0dev",
44+
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
4545
"uritemplate>=3.0.1,<5",
4646
]
4747

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
httplib2==0.15.0
99
google-auth==1.16.0
1010
google-auth-httplib2==0.0.3
11-
google-api-core==1.21.0
11+
google-api-core==1.31.5
1212
uritemplate==3.0.1

0 commit comments

Comments
 (0)