]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade version of Starlette to `>= 0.36.3` (#11086)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 4 Feb 2024 21:14:53 +0000 (22:14 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 21:14:53 +0000 (22:14 +0100)
pyproject.toml

index 31d9c59b38805c0019c03f0e68d1a3d40ef7d393..c23e82ef4709f0800529f176fa1b82567eada1ad 100644 (file)
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.35.0,<0.36.0",
+    "starlette>=0.36.3,<0.37.0",
     "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
     "typing-extensions>=4.8.0",
 ]