Skip to content

Commit 2648dae

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#438)
1 parent 8058213 commit 2648dae

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/google-cloud-vision/setup.py

Lines changed: 2 additions & 1 deletion
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

3233
extras = {"libcst": "libcst >= 0.2.5"}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
99
proto-plus==1.15.0
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)