Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 2b7e982

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#126)
1 parent 743d08d commit 2b7e982

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
@@ -49,7 +49,7 @@
4949
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
5050
# Until this issue is closed
5151
# https://github.com/googleapis/google-cloud-python/issues/10566
52-
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
52+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
5353
"proto-plus >= 1.15.0",
5454
"grafeas >= 1.1.2",
5555
),

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Pin the version to the lower bound.
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
7-
google-api-core==1.28.0
7+
google-api-core==1.31.5
88
proto-plus==1.15.0
99
grafeas==1.1.2

0 commit comments

Comments
 (0)