Skip to content

Commit 979d328

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#180)
fix(deps): require proto-plus>=1.15.0
1 parent 6f74e9f commit 979d328

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-recommender/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
2828
# Until this issue is closed
2929
# https://github.com/googleapis/google-cloud-python/issues/10566
30-
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
31-
"proto-plus >= 1.10.0",
30+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
31+
"proto-plus >= 1.15.0",
3232
]
3333
extras = {"libcst": "libcst >= 0.2.5"}
3434
scripts = [

packages/google-cloud-recommender/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)