]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade and re-enable installing Typer-CLI (#6008)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Feb 2023 18:50:21 +0000 (19:50 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2023 18:50:21 +0000 (18:50 +0000)
pyproject.toml

index 5d5e34c19d255906376859422a0baa1aec162838..3e651ae36497f2aa7c7c8caaa68db03a1fdd4de6 100644 (file)
@@ -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",
 ]