From 257e390375d4969656f9d53ebb074004e9654495 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:49:29 -0700 Subject: [PATCH] update dbt-common dependency to 1.10 and dbt-adapters to 1.7 (#1111) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2de68a6ff..00aeba60d 100644 --- a/setup.py +++ b/setup.py @@ -65,8 +65,8 @@ def _get_plugin_version_dict(): include_package_data=True, install_requires=[ "sqlparams>=3.0.0", - "dbt-common>=1.0.4,<2.0", - "dbt-adapters>=1.7.0,<2.0", + "dbt-common>=1.10,<2.0", + "dbt-adapters>=1.7,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0", ],