diff --git a/harness/requirements.txt b/harness/requirements.txt index 42d73f12..69b7be42 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -10,4 +10,4 @@ claude-agent-sdk>=0.2.116,<0.3 pydantic>=2.13.4,<3 pyyaml>=6.0,<7 rich>=15.0.0,<16 -typer>=0.26.3,<1 +typer>=0.27.0,<1 diff --git a/pyproject.toml b/pyproject.toml index 6eef7dd4..cb7a72da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pydantic>=2.13.4,<3", "pyyaml>=6.0.3,<7", "ruamel.yaml>=0.19.1,<1", - "typer>=0.26.3,<1", + "typer>=0.27.0,<1", ] [project.urls]