From: Sebastián Ramírez Date: Fri, 6 Feb 2026 16:37:37 +0000 (-0800) Subject: ⬆️ Upgrade Starlette supported version range to `starlette>=0.40.0,<1.0.0` (#14853) X-Git-Tag: 0.128.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cc650a127070ff427ef4d7b4666d304b1cc27e;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade Starlette supported version range to `starlette>=0.40.0,<1.0.0` (#14853) --- diff --git a/pyproject.toml b/pyproject.toml index ae9ae891e8..519f45e315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 435dddec5f..88b9f28df7 100644 --- 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" },