From 3e5b07e278ea2b81be4e351312f19c83513518c2 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 26 Sep 2024 15:13:02 -0700 Subject: [PATCH] update dbt-common dependency to 1.10 and dbt-adapters to 1.7 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 97a5e96a4..ab89a3c39 100644 --- a/setup.py +++ b/setup.py @@ -50,8 +50,8 @@ def _dbt_bigquery_version() -> str: packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "dbt-common>=1.0.4,<2.0", - "dbt-adapters>=1.1.1,<2.0", + "dbt-common>=1.10,<2.0", + "dbt-adapters>=1.7,<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",