mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
⬆️ Upgrade dependencies for doc and dev internal extras: Typer, Uvicorn (#5400)
This commit is contained in:
parent
babe2f9b03
commit
95cbb43b06
1 changed files with 2 additions and 2 deletions
|
|
@ -81,13 +81,13 @@ doc = [
|
||||||
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
|
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
|
||||||
# TODO: upgrade and enable typer-cli once it supports Click 8.x.x
|
# 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.12,<0.0.13",
|
||||||
"typer >=0.4.1,<0.5.0",
|
"typer >=0.4.1,<0.7.0",
|
||||||
"pyyaml >=5.3.1,<7.0.0",
|
"pyyaml >=5.3.1,<7.0.0",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"autoflake >=1.4.0,<2.0.0",
|
"autoflake >=1.4.0,<2.0.0",
|
||||||
"flake8 >=3.8.3,<6.0.0",
|
"flake8 >=3.8.3,<6.0.0",
|
||||||
"uvicorn[standard] >=0.12.0,<0.18.0",
|
"uvicorn[standard] >=0.12.0,<0.19.0",
|
||||||
"pre-commit >=2.17.0,<3.0.0",
|
"pre-commit >=2.17.0,<3.0.0",
|
||||||
]
|
]
|
||||||
all = [
|
all = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue