From 09acac3f17ffabc5231e82df7ccb7b4b5b4e6b82 Mon Sep 17 00:00:00 2001 From: Anca Chereches Date: Wed, 18 Dec 2024 16:46:33 +0000 Subject: [PATCH 1/2] make google-auth requirements less strict --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa96b565..a298b486 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ) dependencies = [ "click>=7.0", - "google-auth==2.29.*", + "google-auth>=2.27.*", "google-cloud-orchestration-airflow>=1.2.0", "google-cloud-artifact-registry>=1.2.0", "rich_click==1.4.0", From 4150e57e412c22ec03444defea0eb1bd08a6b109 Mon Sep 17 00:00:00 2001 From: Anca Chereches Date: Wed, 18 Dec 2024 16:49:27 +0000 Subject: [PATCH 2/2] try 2 - fix syntax --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a298b486..c531a388 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ) dependencies = [ "click>=7.0", - "google-auth>=2.27.*", + "google-auth>=2.27.0", "google-cloud-orchestration-airflow>=1.2.0", "google-cloud-artifact-registry>=1.2.0", "rich_click==1.4.0",