From 0a2b17400bc139757429c59731b7b422ec831e3f Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 2 Feb 2026 05:15:03 +0100 Subject: [PATCH] [FIX] generate-{analysis,testdb}: pin version of google-auth --- .github/workflows/generate-analysis.yml | 4 +++- .github/workflows/generate-testdb.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-analysis.yml b/.github/workflows/generate-analysis.yml index 08a48d2dc00..38204603e41 100644 --- a/.github/workflows/generate-analysis.yml +++ b/.github/workflows/generate-analysis.yml @@ -102,7 +102,7 @@ jobs: # this is for l10n_eg_edi_eta which crashes without it pip install asn1crypto # this is for cloud_storage_google - pip install google-auth + pip install "google-auth<2.48.0" odoo -s -c odoo-$FROM_VERSION.cfg --addons-path server-tools-$FROM_VERSION,openupgrade-$FROM_VERSION --stop-after-init - name: Install current Odoo run: | @@ -118,6 +118,8 @@ jobs: pip install -r openupgrade-$TO_VERSION/requirements.txt # this is for l10n_eg_edi_eta which crashes without it pip install asn1crypto + # this is for cloud_storage_google + pip install "google-auth<2.48.0" odoo -s -c odoo-$TO_VERSION.cfg --addons-path server-tools-$TO_VERSION,openupgrade-$TO_VERSION --stop-after-init - name: Create previous Odoo database env: diff --git a/.github/workflows/generate-testdb.yml b/.github/workflows/generate-testdb.yml index d319c333a23..15ef8bd1eb3 100644 --- a/.github/workflows/generate-testdb.yml +++ b/.github/workflows/generate-testdb.yml @@ -45,7 +45,7 @@ jobs: # this is for l10n_eg_edi_eta which crashes without it pip install asn1crypto # this is for cloud_storage_google - pip install google-auth + pip install "google-auth<2.48.0" # this is for account_peppol pip install phonenumbers # for pushing release