-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a62742
commit 5fc7fe4
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
metricflow-semantics/extra-hatch-configuration/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Always support a range of production DSI versions capped at the next breaking version in metricflow-semantics. | ||
# This allows us to sync new, non-breaking changes to dbt-core without getting a version mismatch in dbt-mantle, | ||
# which depends on a specific commit of DSI. | ||
dbt-semantic-interfaces>=0.8.1, <0.9.0 | ||
dbt-semantic-interfaces>=0.8.3, <0.9.0 | ||
graphviz>=0.18.2, <0.21 | ||
python-dateutil>=2.9.0, <2.10.0 | ||
rapidfuzz>=3.0, <4.0 |