Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
# Pinning here (rather than relying on transitive resolution) ensures
# patched versions are always selected and makes the requirement explicit.
"starlette>=1.3.1",
"aiohttp>=3.14.1",
"aiohttp>=3.14.3",
"python-multipart>=0.0.31",
]

Expand Down
Loading