diff --git a/setup.py b/setup.py index 97cfdae5e..3e714c74d 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,8 @@ def _dbt_bigquery_version() -> str: packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "dbt-common<2.0", - "dbt-adapters<2.0", + "dbt-common>=0.1.0a1,<2.0", + "dbt-adapters>=0.1.0a1,<2.0", "google-cloud-bigquery~=3.0", "google-cloud-storage~=2.4", "google-cloud-dataproc~=5.0",