From 0ae7479227bba2da53113aac27758183a00d5ab6 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:50:22 -0700 Subject: [PATCH] update dbt-common dependency to 1.10 and dbt-adapters to 1.7 (#1193) Co-authored-by: Mila Page <67295367+VersusFacit@users.noreply.github.com> --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 210c309b1..f542b9fcb 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ def _plugin_version() -> str: packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "dbt-common>=1.3.0,<2.0", - "dbt-adapters>=1.3.1,<2.0", + "dbt-common>=1.10,<2.0", + "dbt-adapters>=1.7,<2.0", "snowflake-connector-python[secure-local-storage]~=3.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0",