From b06282dd1cf5d129c9c1d1b8d9d3257967e0a9ac Mon Sep 17 00:00:00 2001 From: Devon Fulcher Date: Tue, 3 Oct 2023 18:05:46 -0500 Subject: [PATCH] upgrade dsi to 0.2.1dev1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6461b5d1a..83a9759629 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.2.1dev1", "graphviz>=0.18.2, <0.21", "halo~=0.0.31", "more-itertools>=8.10.0, <10.2.0",