diff --git a/pyproject.toml b/pyproject.toml index 2330fbe9..f456d31c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "CUA (Computer Use Agent) mono-repo" license = { text = "MIT" } name = "cua-workspace" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.12" version = "0.1.0" [project.urls] @@ -51,6 +51,9 @@ test = [ [tool.pdm.resolution] respect-source-order = true +[tool.pdm.resolution.overrides] +hud-python = "0.2.10" + [tool.black] line-length = 100 target-version = ["py311"]