diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fd22b1d9a..43ac4ecb3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -128,6 +128,7 @@ jobs: - 'tests/**' - 'dev-requirements.txt' - '.github/**' + - '*.py' - name: Generate integration test matrix id: generate-matrix 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",