Skip to content

Commit

Permalink
Merge pull request #720 from dbt-labs/loosen-dep-versions
Browse files Browse the repository at this point in the history
Loosen version pins for MetricFlow dependencies
  • Loading branch information
tlento authored Aug 16, 2023
2 parents ecfcc49 + 39c9cde commit b052a8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 118 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230810-112931.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Relax version pins for MetricFlow dependencies
time: 2023-08-10T11:29:31.987305-07:00
custom:
Author: tlento
PR: "720"
Empty file.
111 changes: 0 additions & 111 deletions metricflow/model/parsing/schemas_internal.py

This file was deleted.

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,19 @@ classifiers = [
]
dependencies = [
"Jinja2>=2.11.3",
"MarkupSafe==2.0.1",
"MarkupSafe==2.0.1", # pandas implicitly requires this version
"PyYAML~=6.0",
"click>=7.1.2, <8.1.4",
"dbt-core~=1.6.0",
"dbt-semantic-interfaces~=0.2.0",
"graphviz==0.18.2",
"graphviz>=0.18.2, <0.21",
"halo~=0.0.31",
"jsonschema==3.2.0",
"more-itertools==8.10.0",
"more-itertools>=8.10.0, <10.2.0",
"numpy>=1.22.2",
"pandas~=1.5.0",
"pydantic~=1.10.0",
"python-dateutil==2.8.2",
"rapidfuzz==3.0.0",
"python-dateutil~=2.8.2",
"rapidfuzz~=3.0",
"ruamel.yaml~=0.17.21",
"rudder-sdk-python~=1.0.3",
"tabulate~=0.8.9",
Expand All @@ -62,7 +61,6 @@ dev-packages = [
"pytest-xdist~=3.2.1",
"pytest~=7.1.1",
"types-PyYAML",
"types-jsonschema",
"types-python-dateutil",
"types-tabulate",
]
Expand Down

0 comments on commit b052a8c

Please sign in to comment.