Skip to content
Open
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 @@ -59,7 +59,7 @@ dev = [
"aioresponses",
# aioresponses 0.7.x cannot mock aiohttp >= 3.13 (ClientResponse signature
# change); the runtime 'ocr' extra stays unpinned.
"aiohttp<3.13",
"aiohttp<3.15",
]
# NO 'pst' extra, NO 'all' extra — the PST binding (libpff-python + native libpff)
# is a system/native dependency. `pip install pypff` installs an UNRELATED package.
Expand Down
Loading