From 07ba4a9d181835eb551187225f871cedb9052a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:31:19 +0000 Subject: [PATCH] chore(deps): bump onnx from 1.18 to 1.22.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.18 to 1.22.0. - [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.18.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c658b7eb6..3cf536cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "mcp>=0.1.0", "ml-dtypes>=0.5.3", "numpy>=2.2,<2.3", - "onnx==1.18", + "onnx==1.22.0", "onnx-ir>=0.1", "onnxruntime-genai-winml==0.14.1", "onnxruntime-windowsml==1.24.5.202604171637",