From 47458140814d0df68a604fb935698ad3511c6181 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Thu, 20 Jun 2024 16:49:21 -0700 Subject: [PATCH] Upgrade to new version of DSI that contains CumulativeTypeParams --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 56572111054..42b60836931 100644 --- a/core/setup.py +++ b/core/setup.py @@ -69,7 +69,7 @@ # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", "minimal-snowplow-tracker>=0.0.2,<0.1", - "dbt-semantic-interfaces>=0.5.1,<0.7", + "dbt-semantic-interfaces>=0.6.1,<0.7", # Minor versions for these are expected to be backwards-compatible "dbt-common>=1.3.0,<2.0", "dbt-adapters>=1.1.1,<2.0",