Skip to content

Commit 8004ae5

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#731)
1 parent 0233b67 commit 8004ae5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@
3838
# https://github.com/googleapis/google-cloud-python/issues/10566
3939
"google-cloud-core >= 1.4.1, < 3.0dev",
4040
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
41-
"proto-plus >= 1.15.0, != 1.19.6",
41+
"proto-plus >= 1.15.0, <2.0.0dev, != 1.19.6",
4242
"sqlparse >= 0.3.0",
4343
"packaging >= 14.3",
44+
"protobuf >= 3.19.0, <4.0.0dev",
4445
]
4546
extras = {
4647
"tracing": [

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ opentelemetry-api==1.1.0
1515
opentelemetry-sdk==1.1.0
1616
opentelemetry-instrumentation==0.20b0
1717
packaging==14.3
18+
protobuf==3.19.0

0 commit comments

Comments
 (0)