]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette range to allow 0.23.1 (#5980)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 9 Feb 2023 18:46:38 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 18:46:38 +0000 (18:46 +0000)
pyproject.toml

index 4498f94320e66a008f971c9e7d202c31804ab9ea..7b6138d091a9f81aee88ce87b4f21af82a38033f 100644 (file)
@@ -39,7 +39,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.22.0,<=0.23.0",
+    "starlette>=0.22.0,<0.24.0",
     "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
 ]
 dynamic = ["version"]