]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade and relax dependencies for extras "all" (#5634)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 13 Nov 2022 20:50:43 +0000 (21:50 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 20:50:43 +0000 (21:50 +0100)
pyproject.toml

index 3f7fd4e00edbcf4f42bd66934dd1c5e1615c5c9b..de6bd24f34bdae779e26e73dee6a4a5d5a8d2acc 100644 (file)
@@ -92,15 +92,15 @@ dev = [
     "pre-commit >=2.17.0,<3.0.0",
 ]
 all = [
-    "httpx >=0.23.0,<0.24.0",
-    "jinja2 >=2.11.2,<4.0.0",
-    "python-multipart >=0.0.5,<0.0.6",
-    "itsdangerous >=1.1.0,<3.0.0",
-    "pyyaml >=5.3.1,<7.0.0",
-    "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.19.0",
+    "httpx >=0.23.0",
+    "jinja2 >=2.11.2",
+    "python-multipart >=0.0.5",
+    "itsdangerous >=1.1.0",
+    "pyyaml >=5.3.1",
+    "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
+    "orjson >=3.2.1",
+    "email_validator >=1.1.1",
+    "uvicorn[standard] >=0.12.0",
 ]
 
 [tool.hatch.version]