Skip to content

Commit

Permalink
Upgrade DSI & core
Browse files Browse the repository at this point in the history
Also removes the comment about needing a production version in metricflow-semantics. Now that core points to a commit of metricflow-semantics, this shouldn't matter.
  • Loading branch information
courtneyholcomb committed Aug 21, 2024
1 parent 4756bef commit 28489f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extra-hatch-configuration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jinja2>=3.1.3
dbt-semantic-interfaces==0.6.10
dbt-semantic-interfaces==0.7.1.dev0
more-itertools>=8.10.0, <10.2.0
pydantic>=1.10.0, <3.0
tabulate>=0.8.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# dbt Cloud depends on metricflow-semantics (dependency set in dbt-mantle), so DSI must always point to a production version here.
dbt-semantic-interfaces>=0.6.10, <2.0.0
dbt-semantic-interfaces==0.7.1.dev0
graphviz>=0.18.2, <0.21
python-dateutil>=2.9.0, <2.10.0
rapidfuzz>=3.0, <4.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies = [
"update-checker>=0.18.0, <0.19.0",
# Bug with mypy: https://github.com/pallets/click/issues/2558#issuecomment-1656546003
"click>=8.1.6",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core@e53420c1d073dc81609ae7aa84cef6ee09650576#subdirectory=core",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core@84eb0ff6720ec82ce4015c2657d512bf51381732#subdirectory=core",
"dbt-duckdb>=1.8.0, <1.9.0",
]

Expand Down

0 comments on commit 28489f3

Please sign in to comment.