Skip to content

Commit 1796592

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#598)
Towards b/234444818
1 parent 17c1ce5 commit 1796592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
3535
"google-cloud-core >= 1.4.1, <3.0.0dev",
3636
"proto-plus >= 1.20.5, <2.0.0dev",
37+
"protobuf >= 3.19.0, <4.0.0dev",
3738
]
3839
extras = {}
3940

0 commit comments

Comments
 (0)