Skip to content

Commit 90b07c1

Browse files
Add changie file and update dsi reference to a real version.
1 parent 15b43c4 commit 90b07c1

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: Bump dependence on dbt-semantic-interfaces to 0.9.3.dev4 to get newest transformations code.
3+
time: 2025-10-03T08:00:25.705141-07:00
4+
custom:
5+
Author: theyostalservice courtneyholcomb
6+
Issue: "387"

metricflow-semantics/requirements-files/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# This allows us to sync new, non-breaking changes to dbt-core without getting a version mismatch in dbt-mantle,
33
# which depends on a specific commit of DSI.
44
# bumping to 0.9.3 will cause test failures, so pinning to dev2 until fixed
5-
# dbt-semantic-interfaces==0.9.3.dev2
6-
dbt-semantic-interfaces @ git+https://github.com/dbt-labs/dbt-semantic-interfaces.git@74670d2
7-
# dbt-semantic-interfaces @ file:///Users/patricky/git/dbt-semantic-interfaces
5+
dbt-semantic-interfaces==0.9.3.dev4
86
graphviz>=0.18.2, <0.21
97
python-dateutil>=2.9.0, <2.10.0
108
rapidfuzz>=3.0, <4.0

requirements-files/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Jinja2>=3.1.6, <3.7.0
22
# bumping to 0.9.3 will cause test failures, so pinning to dev2 until fixed
3-
# dbt-semantic-interfaces==0.9.3.dev2
4-
dbt-semantic-interfaces @ git+https://github.com/dbt-labs/dbt-semantic-interfaces.git@74670d2
5-
# dbt-semantic-interfaces @ file:///Users/patricky/git/dbt-semantic-interfaces
3+
dbt-semantic-interfaces==0.9.3.dev4
64
more-itertools>=8.10.0, <10.2.0
75
pydantic>=1.10.0, <3.0
86
tabulate>=0.8.9

0 commit comments

Comments
 (0)