Skip to content
Closed
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
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"python-magic ~= 0.4",
"python-socketio ~= 5.16",
"redis ~= 6.2",
"rq ~= 2.7",
"rq ~= 2.11",
# TODO: Move back to upstream `rq-scheduler`, when support for username and SSL settings is added.
# Related PR: https://github.com/rq/rq-scheduler/pull/325
"rq-scheduler @ git+https://github.com/adamantike/rq-scheduler.git@feat/script-options-username-ssl",
Expand Down Expand Up @@ -146,7 +146,10 @@ package = false
exclude-newer = "7 days"
# vcrpy >= 8.2.0 is required for aiohttp 3.14 compatibility (the removal of
# `AsyncStreamReaderMixin`); allow it past the rolling 7-day window.
exclude-newer-package = { vcrpy = "2026-06-17" }
# rq 2.11.0 carries the scheduler locking and cron job history the scheduler
# migration builds on. The rolling window reaches it on 2026-08-24, after which
# this entry can go.
exclude-newer-package = { vcrpy = "2026-06-17", rq = "2026-08-17" }

[tool.ty.environment]
root = ["./backend"]
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.