From 2ab6eb5e5f7186c3e00820b17c024690d1a45f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:52:38 +0000 Subject: [PATCH] chore(deps-dev): update onnxruntime requirement 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.18.0...v1.27.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.27.0 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 b82bb865..a0602b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ ] embeddings-fast = [ "fastembed>=0.3,<1", - "onnxruntime>=1.18,<2", + "onnxruntime>=1.27.0,<2", "numpy>=1.26,<3", "sqlite-vec>=0.1,<1", ]