diff --git a/requirements/backend.txt b/requirements/backend.txt index c519a402..d8fd4eb4 100644 --- a/requirements/backend.txt +++ b/requirements/backend.txt @@ -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 diff --git a/requirements/lint.txt b/requirements/lint.txt index c9d2d0f8..771a0263 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -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 diff --git a/requirements/worker.txt b/requirements/worker.txt index 03260d45..7d41136e 100644 --- a/requirements/worker.txt +++ b/requirements/worker.txt @@ -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 @@ -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