From 68e77cc4a614bf5a8f2cfaaa523eacb167bfa9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:24:14 +0000 Subject: [PATCH] deps: update onnxruntime requirement from >=1.16 to >=1.24.3 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.16.0...v1.24.3) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.24.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15aa066..4c77b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,8 @@ torch = ["torch>=1.13"] gym = ["gymnasium>=0.29"] config = ["pyyaml>=6.0.3"] logging = ["tensorboard>=2.10"] -serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] -hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] +serve = ["onnx>=1.14", "onnxruntime>=1.24.3", "fastapi>=0.100", "uvicorn>=0.23"] +hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.24.3"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ "torch>=1.13", @@ -69,7 +69,7 @@ dev = [ "plotly>=5.0", "hypothesis>=6.0", "onnx>=1.14", - "onnxruntime>=1.16", + "onnxruntime>=1.24.3", "fastapi>=0.100", "uvicorn>=0.23", "httpx>=0.24",