From: Sebastián Ramírez Date: Thu, 16 Feb 2023 18:50:21 +0000 (+0100) Subject: ⬆️ Upgrade and re-enable installing Typer-CLI (#6008) X-Git-Tag: 0.93.0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f4035262cc81c7c895e764d4770f027b7e4d554;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade and re-enable installing Typer-CLI (#6008) --- diff --git a/pyproject.toml b/pyproject.toml index 5d5e34c19d..3e651ae364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,7 @@ doc = [ "mkdocs-material >=8.1.4,<9.0.0", "mdx-include >=1.4.1,<2.0.0", "mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0", - # TODO: upgrade and enable typer-cli once it supports Click 8.x.x - # "typer-cli >=0.0.12,<0.0.13", + "typer-cli >=0.0.13,<0.0.14", "typer[all] >=0.6.1,<0.8.0", "pyyaml >=5.3.1,<7.0.0", ]