From 84eb0ff6720ec82ce4015c2657d512bf51381732 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 20 Aug 2024 13:37:52 -0700 Subject: [PATCH] Bump DSI version (#10585) * Bump DSI version * Changelog --- .changes/unreleased/Dependencies-20240820-131909.yaml | 7 +++++++ core/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240820-131909.yaml diff --git a/.changes/unreleased/Dependencies-20240820-131909.yaml b/.changes/unreleased/Dependencies-20240820-131909.yaml new file mode 100644 index 00000000000..c2392d917db --- /dev/null +++ b/.changes/unreleased/Dependencies-20240820-131909.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: Increase supported version range for dbt-semantic-interfaces. Needed to support + custom calendar features. +time: 2024-08-20T13:19:09.015225-07:00 +custom: + Author: courtneyholcomb + Issue: "9265" diff --git a/core/setup.py b/core/setup.py index 32e62b830fc..904b23afeb6 100644 --- a/core/setup.py +++ b/core/setup.py @@ -69,7 +69,7 @@ # These are major-version-0 packages also maintained by dbt-labs. # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", - "dbt-semantic-interfaces>=0.6.11,<0.7", + "dbt-semantic-interfaces>=0.7.0,<0.8", # Minor versions for these are expected to be backwards-compatible "dbt-common>=1.6.0,<2.0", "dbt-adapters>=1.3.0,<2.0",