From 5dd6b6f82a46f649c43d0adf3327f1ca3ab28aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:31:47 +0000 Subject: [PATCH] deps: update onnxruntime requirement from >=1.16 to >=1.20.1 Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.16.0...v1.20.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8174b8a..54e4bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ mcp = [ ] semantic = [ "numpy>=1.24", - "onnxruntime>=1.16", + "onnxruntime>=1.20.1", "tokenizers>=0.15", ] leiden = [