From 6c5671fe382a0941c0dad2d15b37fa9323083723 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 ab8b3d03..0c2baecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "typer >= 0.16.0", + "typer >= 0.26.1", "uvicorn[standard] >= 0.15.0", "rich-toolkit >= 0.14.8", "tomli >= 2.0.0; python_version < '3.11'" diff --git a/uv.lock b/uv.lock index 6d7ecbd6..5b7a01a2 100644 --- a/uv.lock +++ b/uv.lock @@ -327,7 +327,7 @@ requires-dist = [ { name = "fastapi-new", marker = "extra == 'new'", specifier = ">=0.0.2" }, { name = "rich-toolkit", specifier = ">=0.14.8" }, { name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=2.0.0" }, - { name = "typer", specifier = ">=0.16.0" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.15.0" }, { name = "uvicorn", extras = ["standard"], marker = "extra == 'standard'", specifier = ">=0.15.0" }, { name = "uvicorn", extras = ["standard"], marker = "extra == 'standard-no-fastapi-cloud-cli'", specifier = ">=0.15.0" },