From 1e6d991efb3c6b130f5e78b166c3346bb3c912b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:56:22 +0000 Subject: [PATCH] fix(deps)(deps): 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/ReleaseNotesWorkflow.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml-service/onnx-serving/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-service/onnx-serving/requirements.txt b/ml-service/onnx-serving/requirements.txt index 3ee4016d..cc9e19d9 100644 --- a/ml-service/onnx-serving/requirements.txt +++ b/ml-service/onnx-serving/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.140.13 uvicorn[standard]>=0.24.0 -onnxruntime>=1.28.0 +onnxruntime>=1.29.0 onnxruntime-gpu>=1.28.0; platform_system == "Linux" numpy>=2.5.1 pydantic>=2.5.0