From 91ac7fbb61096d08a7adeca585cf31b4b8a7b04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:24:27 +0000 Subject: [PATCH] chore(deps): update transformers requirement in /ai Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.8.0...v5.10.2) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ai/requirements-ai-models.txt | 2 +- ai/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/requirements-ai-models.txt b/ai/requirements-ai-models.txt index 3fe3f0973..6b4fdf7e4 100644 --- a/ai/requirements-ai-models.txt +++ b/ai/requirements-ai-models.txt @@ -3,6 +3,6 @@ # installed unconditionally and present in the runtime image). They are repeated # here, aligned to the base specifiers, only so this file installs standalone in # a bare env. medcat is the sole package genuinely deferred from base. -transformers>=5.8.0,<6 +transformers>=5.10.2,<6 torch==2.* medcat==2.* diff --git a/ai/requirements.txt b/ai/requirements.txt index 94a2a6af5..b583b2ae4 100644 --- a/ai/requirements.txt +++ b/ai/requirements.txt @@ -8,7 +8,7 @@ psycopg2-binary==2.9.* pgvector==0.4.* numpy==2.* ollama==0.6.* -transformers>=5.8.0,<6 +transformers>=5.10.2,<6 torch==2.* pandas==3.* chromadb==1.*