From 56ff3e84f54fbf3ee0df06636f2730b21fbcecac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:03:53 +0000 Subject: [PATCH] Update typer requirement from <1,>=0.12 to >=0.25.0,<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.25.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fa1f9cd..61f0ace3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pydantic>=2.12,<3", "pysnooper>=0.4.1,<2", "stringcase>=1.2,<2", - "typer>=0.12,<1", + "typer>=0.25.0,<1", ] [project.scripts]