Skip to content

Commit

Permalink
⬆️ Upgrade Uvicorn in public extras: all (#5401)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 15, 2022
1 parent e83aa43 commit a05e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -99,7 +99,7 @@ all = [
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",
"orjson >=3.2.1,<4.0.0",
"email_validator >=1.1.1,<2.0.0",
"uvicorn[standard] >=0.12.0,<0.18.0",
"uvicorn[standard] >=0.12.0,<0.19.0",
]

[tool.hatch.version]
Expand Down

0 comments on commit a05e8b4

Please sign in to comment.