From a9a175d55464a4fcf7974ebcb9e523d05df58e3d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:27:26 +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 ca33f90..44eb321 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ install_requires=( "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", "proto-plus >= 1.20.3, <2.0.0dev", - "protobuf >= 3.19.0, <4.0.0dev", + "protobuf >= 3.19.0, <5.0.0dev", ), python_requires=">=3.7", classifiers=[ From fbf7d903437ecd2741e1b85b0fe69d9b50d1e0a9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:44:50 +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 44eb321..08a0881 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ include_package_data=True, install_requires=( "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", - "proto-plus >= 1.20.3, <2.0.0dev", + "proto-plus >= 1.22.0, <2.0.0dev", "protobuf >= 3.19.0, <5.0.0dev", ), python_requires=">=3.7", From 1092a00c17b69c82bc9586fe2a15dad2415b27b5 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 16:29:15 +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 16bdb3b..51901fb 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -6,5 +6,5 @@ # 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.32.0 -proto-plus==1.20.3 +proto-plus==1.22.0 protobuf==3.19.0