From 2238d1034c451978e4739d421d81cf38e71c1eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:58:35 +0000 Subject: [PATCH] build(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 4d3eca70a..f632f3a43 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 ; sys_platform == 'win32'", # Range, not an exact pin: the exact build `1.24.5.202604171637` is the PyPI