Skip to content

Commit

Permalink
build(deps): relax more-itertools dependency
Browse files Browse the repository at this point in the history
Allow for more versions of more-itertools to be installed.
The current pin conflicts with dash-extensions==1.0.1
  • Loading branch information
lukedyer-peak authored Oct 10, 2023
1 parent 1af06d7 commit 570e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pydantic~=1.10",
"jsonschema~=4.0",
"PyYAML~=6.0",
"more-itertools~=8.0",
"more-itertools>=8.0,<11.0",
"Jinja2~=3.0",
"click>=7.0,<9.0",
"python-dateutil~=2.0",
Expand Down

0 comments on commit 570e853

Please sign in to comment.