From 95961f2e8243abe582560a76660c0fcb78222f9d Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:23:32 -0800 Subject: [PATCH] update dbt-common dependency to <2.0 (#725) * update dbt-common dependency to <2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 09b1cea88..b979c47a9 100644 --- a/setup.py +++ b/setup.py @@ -48,8 +48,8 @@ def _plugin_version() -> str: packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "dbt-common>=0.1.0,<0.2.0", - "dbt-adapters~=0.1.0a1", + "dbt-common<2.0", + "dbt-adapters<2.0", f"dbt-postgres~={_plugin_version()}", # dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases # Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.