Skip to content

Commit 2a40bfa

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#441)
1 parent 071966b commit 2a40bfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/google-cloud-monitoring/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
# Until this issue is closed
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
3535
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
36-
"proto-plus >= 1.15.0",
36+
"proto-plus >= 1.15.0, <2.0.0dev",
37+
"protobuf >= 3.19.0, <4.0.0dev",
3738
]
3839
extras = {"pandas": "pandas >= 0.17.1"}
3940

packages/google-cloud-monitoring/testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
google-api-core==1.31.5
88
proto-plus==1.15.0
99
pandas==0.23.0
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)