From acdc0c3da755ad2b412408d80570409c3f8981f2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:27:18 +0000 Subject: [PATCH 1/3] fix(deps): allow protobuf < 5.0.0\nfix(deps): require proto-plus >= 1.22.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f879347f8..59c54d6fb 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "google-cloud-core >= 2.0.0, <3.0.0dev", "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", + "protobuf >= 3.19.0, <5.0.0dev", ] extras = {} From 4ec577e780c4103cadcacb662a65376b058b5190 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:38:36 +0000 Subject: [PATCH 2/3] fix(deps): require proto-plus >= 1.22.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59c54d6fb..46a59dc82 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "google-cloud-audit-log >= 0.1.0, < 1.0.0dev", "google-cloud-core >= 2.0.0, <3.0.0dev", "grpc-google-iam-v1 >=0.12.4, <1.0.0dev", - "proto-plus >= 1.15.0, <2.0.0dev", + "proto-plus >= 1.22.0, <2.0.0dev", "protobuf >= 3.19.0, <5.0.0dev", ] extras = {} From 3be0fc7bcf5cbbc59752be663566f84064d3ca3a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:50:52 +0000 Subject: [PATCH 3/3] update constraints --- testing/constraints-3.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 07d97d4a8..2b42f18bc 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -7,5 +7,5 @@ # Then this file should have foo==1.14.0 google-api-core==1.32.0 google-cloud-core==2.0.0 -proto-plus==1.15.0 +proto-plus==1.22.0 protobuf==3.19.0