Skip to content

Commit 3cb74c7

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#195)
1 parent eae5534 commit 3cb74c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/google-cloud-video-transcoder/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
# Until this issue is closed
4747
# https://github.com/googleapis/google-cloud-python/issues/10566
4848
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
49-
"proto-plus >= 1.20.3",
49+
"proto-plus >= 1.20.3, <2.0.0dev",
50+
"protobuf >= 3.19.0, <4.0.0dev",
5051
),
5152
python_requires=">=3.6",
5253
classifiers=[

packages/google-cloud-video-transcoder/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.20.3
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)