From 979e88036198f417d3cf09bec5cb4d6c87239f88 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 3 Mar 2022 12:03:39 +0000 Subject: [PATCH 1/2] fix(deps): require google-api-core>=1.31.5, >=2.3.2 fix(deps): require proto-plus>=1.15.0 --- setup.py | 5 ++++- testing/constraints-3.6.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86ec0a8..7f1047b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,10 @@ # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 4 - Beta" -dependencies = ["google-api-core[grpc]>=1.28.0, <3.0dev", "protobuf >= 3.12.0"] +dependencies = [ + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", + "protobuf >= 3.12.0", + ] # Setup boilerplate below this line. diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index a59bf71..716c952 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -6,4 +6,4 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 protobuf==3.12.0 -google-api-core==1.28.0 +google-api-core==1.31.5 From 54924b4d126f6d87d6be08fa63ece423ff19ac9e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 3 Mar 2022 13:04:06 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f1047b..d02b120 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ dependencies = [ "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "protobuf >= 3.12.0", - ] +] # Setup boilerplate below this line.