From 3ee947701296ed5e1e82a90cf3c965bdf0368f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:24:15 +0000 Subject: [PATCH] deps: update onnx requirement from >=1.14 to >=1.22.0 Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.14.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 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..f02b065 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.22.0", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] +hub = ["huggingface_hub>=0.20", "onnx>=1.22.0", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ "torch>=1.13", @@ -68,7 +68,7 @@ dev = [ "mypy>=1.0", "plotly>=5.0", "hypothesis>=6.0", - "onnx>=1.14", + "onnx>=1.22.0", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23",