Skip to content

Commit 1dccd37

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#318)
1 parent d3e9304 commit 1dccd37

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
@@ -37,7 +37,8 @@
3737
# Until this issue is closed
3838
# https://github.com/googleapis/google-cloud-python/issues/10566
3939
"google-cloud-core >= 1.4.0, <3.0.0dev",
40-
"proto-plus >= 1.15.0",
40+
"proto-plus >= 1.15.0, <2.0.0dev",
41+
"protobuf >= 3.19.0, <4.0.0dev",
4142
]
4243
extras = {"libcst": "libcst >= 0.2.5"}
4344

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ google-api-core==1.31.5
99
google-cloud-core==1.4.0
1010
proto-plus==1.15.0
1111
libcst==0.2.5
12+
protobuf==3.19.0

0 commit comments

Comments
 (0)