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
6 changes: 3 additions & 3 deletions requirements/backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ mcp==1.28.1
docker==7.2.0
celery[redis]==5.6.3
numpy==2.4.6
openai>=2.46.0
anthropic>=0.117.0
google-genai>=2.12.1
openai>=2.48.0
anthropic>=0.119.0
google-genai>=2.14.0
reportlab==5.0.0
python-docx==1.2.0
Markdown==3.10.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# install it quickly. Ruff needs no project dependencies; mypy follows imports
# for the typed boundaries it checks and ignores the heavy ML stack via config
# in pyproject.toml.
ruff==0.15.22
ruff==0.16.0
mypy==2.3.0
pre-commit==4.6.0
pre-commit==4.6.1

# Type stubs for third-party libraries used on the typed backend boundary.
types-requests==2.33.0.20260712
Expand Down
10 changes: 5 additions & 5 deletions requirements/worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ onnx-asr==0.12.0
# replace the CPU-only onnxruntime that fastembed pulls in, not coexist with it.
silero-vad==6.2.1
numpy==2.4.6
pandas==3.0.3
openai>=2.46.0
anthropic>=0.117.0
google-genai>=2.12.1
pandas==3.0.5
openai>=2.48.0
anthropic>=0.119.0
google-genai>=2.14.0
watchdog==6.0.0
PyMuPDF==1.28.0

Expand All @@ -32,7 +32,7 @@ safetensors==0.8.0
torch-audiomentations==0.12.0
torchmetrics==1.9.0
soundfile==0.14.0
matplotlib==3.11.0
matplotlib==3.11.1
pyannoteai-sdk==0.4.0
torchcodec==0.11.1
fastembed==0.8.0
Loading