diff --git a/pyproject.toml b/pyproject.toml index 1763805..0f275ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "typer >= 0.15.1", + "typer >= 0.20.0", "uvicorn[standard] >= 0.15.0", "rich-toolkit >= 0.14.8", ]