From 6113801da3fc04217f1c294387feef6869c291fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:32:59 +0000 Subject: [PATCH] Build(deps): Update typer requirement from <1,>=0.12 to >=0.26.3,<1 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.0...0.26.3) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- harness/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harness/requirements.txt b/harness/requirements.txt index d6afb22e..9ce2b4a2 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -10,4 +10,4 @@ claude-agent-sdk>=0.2.87,<0.3 pydantic>=2.0,<3 pyyaml>=6.0,<7 rich>=15.0.0,<16 -typer>=0.12,<1 +typer>=0.26.3,<1 diff --git a/pyproject.toml b/pyproject.toml index 4958d966..cbf63883 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pydantic>=2.7,<3", "pyyaml>=6.0.3,<7", "ruamel.yaml>=0.19.1,<1", - "typer>=0.12,<1", + "typer>=0.26.3,<1", ] [project.urls]