]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Bump Starlette to <`0.50.0` (#14234)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Mon, 27 Oct 2025 17:49:54 +0000 (18:49 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 17:49:54 +0000 (18:49 +0100)
pyproject.toml

index 2087d7d04635ae20d4f3738d2750e334db36e13c..7d2be00744ec31db98ae86642b28611e2bcee93e 100644 (file)
@@ -45,7 +45,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.40.0,<0.49.0",
+    "starlette>=0.40.0,<0.50.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",
     "annotated-doc>=0.0.2",