Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 30cfcb2

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#391)
1 parent f39abf2 commit 30cfcb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
# Until this issue is closed
2727
# https://github.com/googleapis/google-cloud-python/issues/10566
2828
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
29-
"proto-plus >= 1.15.0",
29+
"proto-plus >= 1.15.0, <2.0.0dev",
30+
"protobuf >= 3.19.0, <4.0.0dev",
3031
]
3132
extras = {
3233
"libcst": "libcst >= 0.2.5",

testing/constraints-3.6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ proto-plus==1.15.0
1010
libcst==0.2.5
1111
pandas==0.23.0
1212
google-cloud-storage==1.18.0
13+
protobuf==3.19.0

0 commit comments

Comments
 (0)