diff --git a/dbt-bigquery/pyproject.toml b/dbt-bigquery/pyproject.toml index 00e853b04..112356c22 100644 --- a/dbt-bigquery/pyproject.toml +++ b/dbt-bigquery/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "dbt-adapters>=1.16,<2.0", # 3.20 introduced pyarrow>=3.0 under the `pandas` extra "google-cloud-bigquery[pandas]>=3.0,<4.0", - "google-cloud-storage>=2.4,<3.2", + "google-cloud-storage>=2.4,<3.5", "google-cloud-dataproc~=5.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only.