]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette to 0.25.0 (#5996)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 14 Feb 2023 09:13:22 +0000 (10:13 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 09:13:22 +0000 (09:13 +0000)
pyproject.toml

index 696bcda3ee9029cf92b729ed672cbf547430da18..5d5e34c19d255906376859422a0baa1aec162838 100644 (file)
@@ -39,7 +39,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.24.0,<0.25.0",
+    "starlette>=0.25.0,<0.26.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"]