]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Uvicorn in public extras: all (#5401)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Sep 2022 13:48:53 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2022 13:48:53 +0000 (13:48 +0000)
pyproject.toml

index ee073a3378cba2249f3e3219b427d3a16db87943..dec4cff70c1a991db90aba24706bc0a0d44245b6 100644 (file)
@@ -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]