]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette version to `>=0.27.0` for a security release (#9541)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 16 May 2023 13:29:40 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 13:29:40 +0000 (13:29 +0000)
pyproject.toml

index 6aa095a64299b5c27d9f1a404d0324b19f59611c..bee5723e115887558f48b40d3e080ffcafc110b7 100644 (file)
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.26.1,<0.27.0",
+    "starlette>=0.27.0,<0.28.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"]