From d543b12313c43bf3e31f4eb6787cc54ca9a840d8 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:27:07 +0000 Subject: [PATCH 1/3] fix(deps): allow protobuf < 5.0.0\nfix(deps): require proto-plus >= 1.22.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4ac1acf68a..9381c96a02 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "attrs==21.4.0", "absl-py>=0.7", "numpy>=1.19.0", - "protobuf>=3.6,<4.0", + "protobuf>=3.6,<5.0", "keras-tuner>=1.0,<2.0", "portpicker==1.3.1", "googleapis-common-protos==1.56.0", @@ -129,7 +129,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.15.0, <2.0.0dev", - "protobuf >= 3.19.0, <4.0.0dev", + "protobuf >= 3.19.0, <5.0.0dev", "packaging >= 14.3, <22.0.0dev", "google-cloud-storage >= 1.32.0, < 3.0.0dev", "google-cloud-bigquery >= 1.15.0, < 3.0.0dev", From 1c87cf8b6a8c5376149c4e6c6b9eec521f6c81f7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:38:25 +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 9381c96a02..534cd91932 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,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.15.0, <2.0.0dev", + "proto-plus >= 1.22.0, <2.0.0dev", "protobuf >= 3.19.0, <5.0.0dev", "packaging >= 14.3, <22.0.0dev", "google-cloud-storage >= 1.32.0, < 3.0.0dev", From e106d43be42fbee2f968ac8814b599a1d75f2549 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:50:41 +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 39c6d5ff9c..a6e702060d 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -7,7 +7,7 @@ # Then this file should have foo==1.14.0 google-api-core==1.32.0 libcst==0.2.5 -proto-plus==1.15.0 +proto-plus==1.22.0 protobuf==3.19.0 mock==4.0.2 google-cloud-storage==1.32.0