From 2e574aef400ca057a7a424b9b7605692d1c88582 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Tue, 14 May 2024 23:53:46 +0200 Subject: [PATCH] Bump deps on common, adapters, core (#1045) Co-authored-by: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> (cherry picked from commit 6f8ff606926b5bb3f986a0eb0b6007bff35476da) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 32f98211c..c20449aaf 100644 --- a/setup.py +++ b/setup.py @@ -65,10 +65,10 @@ def _get_plugin_version_dict(): include_package_data=True, install_requires=[ "sqlparams>=3.0.0", - "dbt-common>=0.1.0a1,<2.0", - "dbt-adapters>=0.1.0a1,<2.0", + "dbt-common>=1.0.4,<2.0", + "dbt-adapters>=1.1.1,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency - "dbt-core>=1.8.0a1", + "dbt-core>=1.8.0", ], extras_require={ "ODBC": odbc_extras,