From 13c4c157c127166df23e49792410671654f938b4 Mon Sep 17 00:00:00 2001 From: Luis Guillen Date: Fri, 8 Nov 2024 17:24:41 -0600 Subject: [PATCH] Missing "=" --- .github/workflows/main.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5ee9f28..4937fb4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,4 +35,4 @@ jobs: with: context: . push: true - tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.7 + tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.8 diff --git a/requirements.txt b/requirements.txt index 6a9a7c1..97ab760 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,5 +45,5 @@ proto-plus==1.24.0 googleapis_common_protos==1.61.0 google-api-core==2.12.0 google-cloud-core==2.3.3 -google-auth=2.23.4 +google-auth==2.23.4 google-cloud-bigquery==3.12.0 \ No newline at end of file