From d88368a6ddf7e42a1a6818153116137b274b2281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:23:17 +0000 Subject: [PATCH] build: bump the python-minor group with 3 updates Bumps the python-minor group with 3 updates: [openadapt-types](https://github.com/OpenAdaptAI/openadapt-types), [openadapt-flow](https://github.com/OpenAdaptAI/openadapt-flow) and [onnxruntime](https://github.com/microsoft/onnxruntime). Updates `openadapt-types` from 0.7.0 to 0.9.0 - [Release notes](https://github.com/OpenAdaptAI/openadapt-types/releases) - [Changelog](https://github.com/OpenAdaptAI/openadapt-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/OpenAdaptAI/openadapt-types/compare/v0.7.0...v0.9.0) Updates `openadapt-flow` from 1.27.1 to 1.29.0 - [Release notes](https://github.com/OpenAdaptAI/openadapt-flow/releases) - [Changelog](https://github.com/OpenAdaptAI/openadapt-flow/blob/main/CHANGELOG.md) - [Commits](https://github.com/OpenAdaptAI/openadapt-flow/compare/v1.27.1...v1.29.0) 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/ReleaseNotesWorkflow.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.20.1...v1.28.0) --- updated-dependencies: - dependency-name: openadapt-types dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: openadapt-flow dependency-version: 1.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5074bc1..6cf6573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # exporter and by the generated TypeScript projection checked into src/. # 0.7.0 carries the portable attended-reconciliation action used by the # Desktop phone portal and Flow's governed runner. - "openadapt-types==0.7.0", + "openadapt-types==0.9.0", "pydantic>=2.0", "pydantic-settings>=2.0", "PyYAML>=6.0,<7", @@ -89,14 +89,14 @@ build = [ # purpose (see the pin below and the embedded ``-m playwright`` process # mode). Without it the driver becomes build-only and the artifact gate # correctly refuses the archive. - "openadapt-flow[browser,console]==1.27.1", + "openadapt-flow[browser,console]==1.29.0", # Desktop deliberately embeds the optional browser driver so selecting a # web workflow is one click. It does NOT bundle Chromium: that larger # runtime is fetched only after the operator chooses the browser surface. "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'", ]