From cc9d5f29bb1ed958f05d498bbaa0fd6a54e844da Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Mon, 29 Dec 2025 12:03:23 +0900 Subject: [PATCH 1/2] Update the version constrains of `google-cloud-storage` Signed-off-by: Yu Ishikawa --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7721cab0..746f2f052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ beautifulsoup4 = "<5.0.0" ratelimit = "*" posthog = "<3.0.0" boto3 = "<2.0.0" -google-cloud-storage = "<3.0.0" +google-cloud-storage = ">=2.4,<4.0" "ruamel.yaml" = "<1.0.0" alive-progress = "<=2.3.1" slack-sdk = ">=3.20.1,<4.0.0" From e9d1db98c36586fca9f3c8f2d45a2b5ab1ba556b Mon Sep 17 00:00:00 2001 From: Itamar Hartstein Date: Tue, 27 Jan 2026 15:40:30 +0200 Subject: [PATCH 2/2] chore: tighten google-cloud-storage constraint to <3.2 for dbt-bigquery 1.10.3 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 078e55b5c..6bd968fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ beautifulsoup4 = "<5.0.0" ratelimit = "*" posthog = "<3.0.0" boto3 = "<2.0.0" -google-cloud-storage = ">=2.4,<4.0" +google-cloud-storage = ">=2.4,<3.2" "ruamel.yaml" = "<1.0.0" alive-progress = "<=2.3.1" slack-sdk = ">=3.20.1,<4.0.0"