From f66be1a3a6b795cf9216eae150e5e4e4f839bb13 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 3 Mar 2022 12:03:40 +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 | 2 +- testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b5cc803..8031f5a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 - "google-api-core[grpc] >= 1.27.0, <3.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "proto-plus >= 1.15.0", "packaging >= 14.3", ] diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 1d6a015..a05a2e7 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -4,7 +4,7 @@ # Pin the version to the lower bound. # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", # Then this file should have google-cloud-foo==1.14.0 -google-api-core==1.27.0 +google-api-core==1.31.5 proto-plus==1.15.0 packaging==14.3 google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is transitively required through google-api-core From cb1eb97262bca789f99e8275dec0754e781ec586 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:00:10 -0700 Subject: [PATCH 2/2] chore: remove google-auth constraint --- testing/constraints-3.6.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index a05a2e7..e01269f 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -7,4 +7,3 @@ google-api-core==1.31.5 proto-plus==1.15.0 packaging==14.3 -google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is transitively required through google-api-core