Skip to content

Commit

Permalink
build(deps): relax more-itertools dependency (#174)
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 fe071e7 commit 0fec036
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231010-103815.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: relax more-itertools dependency
time: 2023-10-10T10:38:15.507159+01:00
custom:
Author: lukedyer-peak luke321321
PR: "174"
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 0fec036

Please sign in to comment.