From 09f310490f3bbeaef6cd3383c5f6bbb9e336ee77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:52:40 +0000 Subject: [PATCH] chore(deps): update skl2onnx requirement from >=0.5.0 to >=1.20.0 Updates the requirements on [skl2onnx](https://github.com/onnx/sklearn-onnx) to permit the latest version. - [Release notes](https://github.com/onnx/sklearn-onnx/releases) - [Changelog](https://github.com/onnx/sklearn-onnx/blob/main/CHANGELOGS.md) - [Commits](https://github.com/onnx/sklearn-onnx/compare/v1.4.3...1.20.0) --- updated-dependencies: - dependency-name: skl2onnx dependency-version: 1.20.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 219019f..a5243e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,5 +30,5 @@ dependencies = [ "google-genai>=2.14.0", "pillow>=12.3.0", "scikit-learn>=1.9.0", - "skl2onnx>=0.5.0", + "skl2onnx>=1.20.0", ]