Skip to content

Commit 7ea3868

Browse files
Support aioitertools 0.13 and update the lock file
1 parent dc99a02 commit 7ea3868

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

poetry.lock

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ werkzeug = "<3.1.2"
7777
jsonschema-path = "^0.3.4"
7878
jsonschema = "^4.23.0"
7979
multidict = {version = "^6.0.4", optional = true}
80-
aioitertools = {version = ">=0.11,<0.13", optional = true}
80+
aioitertools = {version = ">=0.11,<0.14", optional = true}
8181
fastapi = {version = ">=0.111,<0.116", optional = true}
8282
typing-extensions = "^4.8.0"
8383

0 commit comments

Comments
 (0)