From 434eed11207a57cf014e53687ed7d6253e566865 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 27 Aug 2026 18:03:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20Typer=20min=20versi?= =?UTF-8?q?on=20to=20`0.26.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40b9891..3f213fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "typer>=0.24.1", + "typer>=0.26.1", "rich>=13.7.1", "typing-extensions>=4.12.2", "rich-toolkit>=0.15.1", diff --git a/uv.lock b/uv.lock index 025c649..ae8573b 100644 --- a/uv.lock +++ b/uv.lock @@ -250,7 +250,7 @@ tests = [ requires-dist = [ { name = "rich", specifier = ">=13.7.1" }, { name = "rich-toolkit", specifier = ">=0.15.1" }, - { name = "typer", specifier = ">=0.24.1" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "typing-extensions", specifier = ">=4.12.2" }, ]