From b6fd3a2bf78c90e0429a9b6488f30808a82cc850 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 31 May 2022 14:56:42 +0000 Subject: [PATCH 1/2] fix(deps): require protobuf <4.0.0dev --- setup.py | 5 +++-- testing/constraints-3.6.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c1d6527c..97699e52 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,9 @@ # 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", - "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", - "proto-plus >= 1.15.0", + "grpc-google-iam-v1 >=0.12.4, <1.0.0dev", + "proto-plus >= 1.15.0, <2.0.0dev", + "protobuf >= 3.19.0, <4.0.0dev", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 3755c967..b8b619d1 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -9,3 +9,4 @@ google-api-core==1.31.5 grpc-google-iam-v1==0.12.3 proto-plus==1.15.0 libcst==0.2.5 +protobuf==3.19.0 From e994000c4e25b4c16670b3eef6d98c57c8381085 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 31 May 2022 15:54:33 +0000 Subject: [PATCH 2/2] update constraints --- testing/constraints-3.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index b8b619d1..c4e0fd7d 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -6,7 +6,7 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 google-api-core==1.31.5 -grpc-google-iam-v1==0.12.3 +grpc-google-iam-v1==0.12.4 proto-plus==1.15.0 libcst==0.2.5 protobuf==3.19.0