From 3afd9669eb844221a204943a8120fa582d13a641 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Jun 2022 22:34:23 -0400 Subject: [PATCH] fix(deps): require protobuf <4.0.0dev (#34) --- packages/google-cloud-video-stitcher/setup.py | 3 ++- .../google-cloud-video-stitcher/testing/constraints-3.6.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-video-stitcher/setup.py b/packages/google-cloud-video-stitcher/setup.py index 0075166657cd..997be2a5f534 100644 --- a/packages/google-cloud-video-stitcher/setup.py +++ b/packages/google-cloud-video-stitcher/setup.py @@ -40,7 +40,8 @@ include_package_data=True, install_requires=( "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", - "proto-plus >= 1.19.7", + "proto-plus >= 1.19.7, <2.0.0dev", + "protobuf >= 3.19.0, <4.0.0dev", ), python_requires=">=3.6", classifiers=[ diff --git a/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt b/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt index 299195749173..4c6a482bd147 100644 --- a/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt +++ b/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt @@ -7,3 +7,4 @@ # Then this file should have foo==1.14.0 google-api-core==1.31.5 proto-plus==1.19.7 +protobuf==3.19.0