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" }, ]