From 7cc329fe1498b0a4285123448e4ea80c6a780d47 Mon Sep 17 00:00:00 2001 From: aribray <45905583+aribray@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:24:52 -0600 Subject: [PATCH] fix: require google-auth >= 2.14.1 (#463) * bump google-auth version to 2.13.0 * chore: set minimum to 2.14.1 instead Co-authored-by: Anthonios Partheniou --- setup.py | 2 +- testing/constraints-3.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e746c8e..6accc5b7 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ dependencies = [ "googleapis-common-protos >= 1.56.2, < 2.0dev", "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", - "google-auth >= 1.25.0, < 3.0dev", + "google-auth >= 2.14.1, < 3.0dev", "requests >= 2.18.0, < 3.0.0dev", ] extras = { diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index d58c05b0..ec041297 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 googleapis-common-protos==1.56.2 protobuf==3.19.5 -google-auth==1.25.0 +google-auth==2.14.1 requests==2.18.0 packaging==14.3 grpcio==1.33.2