Skip to content

Commit 669facf

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#241)
fix(deps): require proto-plus>=1.15.0
1 parent 6d661d7 commit 669facf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-error-reporting/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3434
# Until this issue is closed
3535
# https://github.com/googleapis/google-cloud-python/issues/10566
36-
"google-api-core[grpc] >= 1.28.0, <4.0.0dev",
37-
"proto-plus >= 1.4.0",
36+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
37+
"proto-plus >= 1.15.0",
3838
]
3939
extras = {}
4040

packages/google-cloud-error-reporting/testing/constraints-3.6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
google-cloud-logging==1.14.0
9-
google-api-core==1.28.0
10-
proto-plus==1.4.0
9+
google-api-core==1.31.5
10+
proto-plus==1.15.0

0 commit comments

Comments
 (0)