From 3e8844f7d02ac1afeb7165c97c5a520ca7c8f851 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:55:54 -0800 Subject: [PATCH] Update dbt-fabric requirement version range --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ead93b3..f0ff1d1 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.6" +dbt_fabric_requirement = "dbt-fabric>=1.8.0,<1.10" description = """An Azure Synapse adapter plugin for dbt""" this_directory = os.path.abspath(os.path.dirname(__file__))