Skip to content

Commit 9ef7eb1

Browse files
build: update openadapt-types requirement
Updates the requirements on [openadapt-types](https://github.com/OpenAdaptAI/openadapt-types) to permit the latest version. - [Release notes](https://github.com/OpenAdaptAI/openadapt-types/releases) - [Changelog](https://github.com/OpenAdaptAI/openadapt-types/blob/main/CHANGELOG.md) - [Commits](OpenAdaptAI/openadapt-types@v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: openadapt-types dependency-version: 0.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0461fb8 commit 9ef7eb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868
# from 0.7.0; a resolver satisfied by 0.6.x fails at IMPORT, not at resolve,
6969
# and does so inside the operator decision path. Raise this with every new
7070
# symbol taken from the contract.
71-
"openadapt-types>=0.7.0,<0.8.0",
71+
"openadapt-types>=0.7.0,<0.10.0",
7272
# Engineering-hygiene gates (lint+format, type-check, coverage). Pinned to
7373
# majors so CI and local dev run the same checkers.
7474
"ruff==0.15.22",
@@ -91,7 +91,7 @@ grounding = ["openadapt-grounding>=0.1.0"]
9191
console = [
9292
"fastapi>=0.110",
9393
"uvicorn>=0.29",
94-
"openadapt-types>=0.7.0,<0.8.0",
94+
"openadapt-types>=0.7.0,<0.10.0",
9595
]
9696
# WindowsBackend: HTTP client for the WAA (Windows Agent Arena) server.
9797
windows = ["requests>=2.31"]
@@ -156,7 +156,7 @@ capture = ["openadapt-capture>=1.2.0"]
156156
# 0.7.x schemas. The
157157
# `interop-types` CI job type-checks and tests both boundaries against the real
158158
# package; raise the ceiling only after validating the next minor.
159-
interop = ["openadapt-types>=0.7.0,<0.8.0"]
159+
interop = ["openadapt-types>=0.7.0,<0.10.0"]
160160

161161
[project.scripts]
162162
openadapt-flow = "openadapt_flow.__main__:main"

0 commit comments

Comments
 (0)