From 2ffec6a00f606e31d14f06167ddd3be9a149fd83 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Jun 2022 22:37:44 -0400 Subject: [PATCH] fix(deps): require protobuf <4.0.0dev (#258) --- packages/google-cloud-recaptcha-enterprise/setup.py | 3 ++- .../testing/constraints-3.6.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-recaptcha-enterprise/setup.py b/packages/google-cloud-recaptcha-enterprise/setup.py index 6b573274baf8..eef8e803c890 100644 --- a/packages/google-cloud-recaptcha-enterprise/setup.py +++ b/packages/google-cloud-recaptcha-enterprise/setup.py @@ -49,7 +49,8 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", - "proto-plus >= 1.15.0", + "proto-plus >= 1.15.0, <2.0.0dev", + "protobuf >= 3.19.0, <4.0.0dev", ), extras_require={}, python_requires=">=3.6", diff --git a/packages/google-cloud-recaptcha-enterprise/testing/constraints-3.6.txt b/packages/google-cloud-recaptcha-enterprise/testing/constraints-3.6.txt index b666ca6c0f1e..ec8ca2015957 100644 --- a/packages/google-cloud-recaptcha-enterprise/testing/constraints-3.6.txt +++ b/packages/google-cloud-recaptcha-enterprise/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.15.0 +protobuf==3.19.0