From 8867f8351cd8100777366fb5e76b8d9f86f64e47 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:43:15 -0700 Subject: [PATCH] allow for a range of dbt-fabric adapter versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 742e918..2108136 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "Sam Debruyn", ] dbt_version = "1.8" -dbt_fabric_requirement = "dbt-fabric==1.8.6" +dbt_fabric_requirement = "dbt-fabric>=1.8.6,<2.0" description = """An Azure Synapse adapter plugin for dbt""" this_directory = os.path.abspath(os.path.dirname(__file__))