]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0` (#13426)
authorBen Beasley <code@musicinmybrain.net>
Fri, 28 Feb 2025 14:07:47 +0000 (09:07 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2025 14:07:47 +0000 (15:07 +0100)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
pyproject.toml

index 51d63fd4481543fdd3e3982455c2a8c8518b4c75..1c540e2f63b667ce2eab214ddc52e62b8958a011 100644 (file)
@@ -43,7 +43,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.40.0,<0.46.0",
+    "starlette>=0.40.0,<0.47.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",
 ]