Skip to content

Commit dcc5e99

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#92)
1 parent 4391663 commit dcc5e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-private-catalog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
2626
# Until this issue is closed
2727
# https://github.com/googleapis/google-cloud-python/issues/10566
28-
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
28+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2929
"proto-plus >= 1.15.0",
3030
]
3131

packages/google-cloud-private-catalog/testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
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

0 commit comments

Comments
 (0)