From 58af9299da516f54a550cb409aff8f6d0dd75ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:57:48 +0000 Subject: [PATCH] chore(deps-dev): update onnxruntime requirement 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.19.0...v1.25.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 812ba14..87b8ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ datagen = [ ] deploy = [ "onnx>=1.17.0", - "onnxruntime>=1.19.0", + "onnxruntime>=1.25.0", "huggingface-hub>=0.25.0", "safetensors>=0.4.0", ]