From 9f40c546e597d6368ec5b2287156df9db783b604 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:27:12 +0000 Subject: [PATCH 1/4] 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 bc412fd9..bfee97cf 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "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.*", "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 = {"libcst": "libcst >= 0.2.5"} From c94710bff4b003b9d69443e428238379cb28ce9d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:38:30 +0000 Subject: [PATCH 2/4] 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 bfee97cf..9c310500 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ dependencies = [ "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.*", "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 = {"libcst": "libcst >= 0.2.5"} From c50ecca0c0f585ac8679bd91860d638a738426a6 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:50:45 +0000 Subject: [PATCH 3/4] 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 39a7c58e..ed0460d8 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -7,6 +7,6 @@ # Then this file should have foo==1.14.0 google-api-core==1.32.0 grpc-google-iam-v1==0.12.4 -proto-plus==1.15.0 +proto-plus==1.22.0 libcst==0.2.5 protobuf==3.19.0 From 869623daf8eecff28de36dacb7af6d6dfedf3013 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 12 Aug 2022 11:48:15 -0400 Subject: [PATCH 4/4] remove libcst from constraints --- testing/constraints-3.7.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index ed0460d8..5ee42857 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -8,5 +8,4 @@ google-api-core==1.32.0 grpc-google-iam-v1==0.12.4 proto-plus==1.22.0 -libcst==0.2.5 protobuf==3.19.0