Skip to content

Commit

Permalink
chore: Make more-itertools dependency at least 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mertuygr committed Jun 28, 2024
1 parent 1f42293 commit 10e0543
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 @@ -25,7 +25,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"more_itertools",
"more_itertools >= 8.5.0",
"typeguard >= 4.0.1",
"typing_extensions ; python_version<'3.9'",
]
Expand Down

0 comments on commit 10e0543

Please sign in to comment.