From 5ac91ab28c927ff89aa9751d12ca740e1320ac48 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Thu, 7 Dec 2023 13:32:04 -0800 Subject: [PATCH] Pin DSI to avoid breaking changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9fba22af2..c485c27e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "PyYAML~=6.0", "click>=7.1.2", "dbt-core~=1.7.0", - "dbt-semantic-interfaces~=0.4.0", + "dbt-semantic-interfaces==0.4.2.dev0", "graphviz>=0.18.2, <0.21", "halo~=0.0.31", "more-itertools>=8.10.0, <10.2.0",