From f2bd077c8b05c32af542cf8d05b530bbce083deb Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 26 Sep 2023 11:28:56 -0700 Subject: [PATCH] Upgrade DSI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03642ac697..9ffd4f0b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "PyYAML~=6.0", "click>=7.1.2", "dbt-core~=1.6.0", - "dbt-semantic-interfaces~=0.2.0", + "dbt-semantic-interfaces~=0.3.0a2", "graphviz>=0.18.2, <0.21", "halo~=0.0.31", "more-itertools>=8.10.0, <10.2.0",