From 119f4571a0be737ef544949c47bcca978e38c63e Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:46:11 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fed7e17..d4ed767 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "Anders Swanson", "Sam Debruyn", ] -dbt_fabric_requirement = "dbt-fabric>=1.8.0,<1.9.0" +dbt_fabric_requirement = "dbt-fabric>=1.8.0,<1.10.0" description = """An Azure Synapse adapter plugin for dbt""" this_directory = os.path.abspath(os.path.dirname(__file__))