From 821907c8783d3082a5075403e195e59f652d5541 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 27 Aug 2026 19:28:23 +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 c4b35205..2dfff64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "typer >= 0.16.0", + "typer >= 0.26.1", "uvicorn[standard] >= 0.17.6", "rignore >= 0.5.1", "httpx >= 0.27.0", diff --git a/uv.lock b/uv.lock index 67830857..8f6869de 100644 --- a/uv.lock +++ b/uv.lock @@ -330,7 +330,7 @@ requires-dist = [ { name = "rich-toolkit", specifier = ">=0.20.3" }, { name = "rignore", specifier = ">=0.5.1" }, { name = "sentry-sdk", specifier = ">=2.20.0" }, - { name = "typer", specifier = ">=0.16.0" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.17.6" }, { name = "uvicorn", extras = ["standard"], marker = "extra == 'standard'", specifier = ">=0.15.0" }, ]