From b855e26f0ae3669b7ab65cf07ede6b5e590dff7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:54:15 +0000 Subject: [PATCH] chore(deps): update onnxruntime requirement from >=1.17.0 to >=1.28.0 Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.17.0...v1.28.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1d6b09..1aeaef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "celery>=5.3.6", "aiokafka>=0.14.0", "pyjwt>=2.8.0", - "onnxruntime>=1.17.0", + "onnxruntime>=1.28.0", "huggingface_hub>=0.20.0", "google-genai>=2.14.0", "pillow>=12.3.0",