Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dev = [
# from 0.7.0; a resolver satisfied by 0.6.x fails at IMPORT, not at resolve,
# and does so inside the operator decision path. Raise this with every new
# symbol taken from the contract.
"openadapt-types>=0.7.0,<0.8.0",
"openadapt-types>=0.7.0,<0.10.0",
# Engineering-hygiene gates (lint+format, type-check, coverage). Pinned to
# majors so CI and local dev run the same checkers.
"ruff==0.15.22",
Expand All @@ -91,7 +91,7 @@ grounding = ["openadapt-grounding>=0.1.0"]
console = [
"fastapi>=0.110",
"uvicorn>=0.29",
"openadapt-types>=0.7.0,<0.8.0",
"openadapt-types>=0.7.0,<0.10.0",
]
# WindowsBackend: HTTP client for the WAA (Windows Agent Arena) server.
windows = ["requests>=2.31"]
Expand Down Expand Up @@ -156,7 +156,7 @@ capture = ["openadapt-capture>=1.2.0"]
# 0.7.x schemas. The
# `interop-types` CI job type-checks and tests both boundaries against the real
# package; raise the ceiling only after validating the next minor.
interop = ["openadapt-types>=0.7.0,<0.8.0"]
interop = ["openadapt-types>=0.7.0,<0.10.0"]

[project.scripts]
openadapt-flow = "openadapt_flow.__main__:main"
Expand Down