Skip to content

Commit

Permalink
Fix click bug with mypy (#727)
Browse files Browse the repository at this point in the history
fix click bug with mypy
  • Loading branch information
WilliamDee authored Aug 16, 2023
1 parent 82a278f commit 519b2e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"Jinja2>=2.11.3",
"MarkupSafe==2.0.1", # pandas implicitly requires this version
"PyYAML~=6.0",
"click>=7.1.2, <8.1.4",
"click>=7.1.2",
"dbt-core~=1.6.0",
"dbt-semantic-interfaces~=0.2.0",
"graphviz>=0.18.2, <0.21",
Expand Down Expand Up @@ -57,6 +57,8 @@ mf = 'metricflow.cli.main:cli'
dev-packages = [
"mypy~=1.3.0",
"pre-commit~=3.2.2",
# Bug with mypy: https://github.com/pallets/click/issues/2558#issuecomment-1656546003
"click>=8.1.6",
"pytest-mock~=3.7.0",
"pytest-xdist~=3.2.1",
"pytest~=7.1.1",
Expand Down

0 comments on commit 519b2e7

Please sign in to comment.