]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette supported version range to `starlette>=0.40.0,<1.0.0` (#14853)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 6 Feb 2026 16:37:37 +0000 (08:37 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 16:37:37 +0000 (16:37 +0000)
pyproject.toml
uv.lock

index ae9ae891e89766c07c70a11d138405fbc70f5ea4..519f45e31590b55d5e16ec07a606efad7c320adc 100644 (file)
@@ -43,7 +43,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [
-    "starlette>=0.40.0,<0.51.0",
+    "starlette>=0.40.0,<1.0.0",
     "pydantic>=2.7.0",
     "typing-extensions>=4.8.0",
     "typing-inspection>=0.4.2",
diff --git a/uv.lock b/uv.lock
index 435dddec5f9c5394111ceed10614e440a935ce21..88b9f28df707e6ff7c7223fe7d30ab495e51917f 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1198,7 +1198,7 @@ requires-dist = [
     { name = "python-multipart", marker = "extra == 'standard'", specifier = ">=0.0.18" },
     { name = "python-multipart", marker = "extra == 'standard-no-fastapi-cloud-cli'", specifier = ">=0.0.18" },
     { name = "pyyaml", marker = "extra == 'all'", specifier = ">=5.3.1" },
-    { name = "starlette", specifier = ">=0.40.0,<0.51.0" },
+    { name = "starlette", specifier = ">=0.40.0,<1.0.0" },
     { name = "typing-extensions", specifier = ">=4.8.0" },
     { name = "typing-inspection", specifier = ">=0.4.2" },
     { name = "ujson", marker = "extra == 'all'", specifier = ">=5.8.0" },