From e2ec93cf2f54d03bb50c5c871f047d2786fc6c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:06:55 +0000 Subject: [PATCH] chore(deps): bump onnx from 1.14.0 to 1.22.0 in /examples/instructor Bumps [onnx](https://github.com/onnx/onnx) from 1.14.0 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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/instructor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/instructor/pyproject.toml b/examples/instructor/pyproject.toml index 7382d513..92f7a50e 100644 --- a/examples/instructor/pyproject.toml +++ b/examples/instructor/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "InstructorEmbedding==1.0.1", "ipykernel>=6.24.0,<7", "numpy==1.24.4", - "onnx==1.14.0", + "onnx==1.22.0", "onnxruntime==1.15.1", "optimum[exporters]==1.10.0", "scikit-learn==1.3.0",