From d3146ed991d06c7af92fae40f0a30ebdca70e15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:44:27 +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/ReleaseNotesWorkflow.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 9f86b3d..ecf379d 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",