From a9fc98ff1307d21b9dfe032ba73b17024d1bf1ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:27:16 +0000 Subject: [PATCH] build: bump onnxruntime from 1.20.1 to 1.28.0 in the python-minor group Bumps the python-minor group with 1 update: [onnxruntime](https://github.com/microsoft/onnxruntime). Updates `onnxruntime` from 1.20.1 to 1.28.0 - [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.20.1...v1.28.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2471ceb..78dd8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ build = [ "playwright>=1.44", # ONNX Runtime 1.27 dropped macOS Intel wheels. Flow's RapidOCR dependency # accepts this universal2 release, which retains Python 3.12 Intel support. - "onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine == 'x86_64'", + "onnxruntime==1.28.0; sys_platform == 'darwin' and platform_machine == 'x86_64'", # Keep the current runtime everywhere it publishes a compatible wheel. "onnxruntime==1.27.0; sys_platform != 'darwin' or platform_machine != 'x86_64'", ]