From 65a557448c5482bb60b24b20ecf83062a795e015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:39:30 +0000 Subject: [PATCH] fix(deps): update dependency typer to v0.25.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70b48ba..a89686e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "litellm==1.83.7", "pydantic==2.12.5", "rich==14.3.4", - "typer==0.23.1", + "typer==0.25.1", ] [dependency-groups]