Skip to content

Commit 50addd2

Browse files
chore(deps): bump opencite to >=0.5.3 (#315)
opencite 0.5.3 ships the search-task cancellation fix (neuromechanist/opencite#41): search() now cancels and drains pending per-source tasks in a finally block, so a wait_for timeout no longer orphans tasks that later touch closed HTTP clients. Bump the floor to >=0.5.3 to require the fix and refresh uv.lock (0.5.2 -> 0.5.3). No other packages change.
1 parent 72e0228 commit 50addd2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ server = [
6666
"markdownify>=1.1.0",
6767
# Scheduling
6868
"apscheduler>=3.10.0,<4.0.0",
69-
"opencite>=0.5.2",
69+
"opencite>=0.5.3",
7070
]
7171

7272
observability = [

uv.lock

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

0 commit comments

Comments
 (0)