From 2fadb9ecd8cfc7fff0d6a586eb09535b8a4d3a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:13:56 +0000 Subject: [PATCH] deps(backend): update onnxruntime requirement from >=1.18.0 to >=1.25.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.18.0...v1.25.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.25.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 7086e4b67..ecaa9afe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "numpy==1.26.4", # Pinned: onnxruntime compatibility "scipy>=1.13.1", - "onnxruntime>=1.18.0", # CPU-only for dev/CI; Docker/GPU builds use onnxruntime-gpu (see requirements.txt) + "onnxruntime>=1.25.0", # CPU-only for dev/CI; Docker/GPU builds use onnxruntime-gpu (see requirements.txt) "mutagen>=1.47.0", "pyyaml>=6.0.2", "fastapi>=0.115.0",