From 5aad7c3b6dcf8639e788993278459d35ade4cfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:56:17 +0000 Subject: [PATCH] fix(deps)(deps): update onnxruntime-gpu requirement Updates the requirements on [onnxruntime-gpu](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-gpu 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..e5251dd5 100644 --- a/ml-service/onnx-serving/requirements.txt +++ b/ml-service/onnx-serving/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.140.13 uvicorn[standard]>=0.24.0 onnxruntime>=1.28.0 -onnxruntime-gpu>=1.28.0; platform_system == "Linux" +onnxruntime-gpu>=1.29.0; platform_system == "Linux" numpy>=2.5.1 pydantic>=2.5.0 torch>=2.13.0