From: Ben Beasley Date: Wed, 19 Nov 2025 11:55:05 +0000 (+0000) Subject: ⬆️ Bump Starlette to <`0.51.0` (#14282) X-Git-Tag: 0.121.3~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=569226e753f601954a129331f61147f89abdb52a;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Bump Starlette to <`0.51.0` (#14282) --- diff --git a/pyproject.toml b/pyproject.toml index 7d2be00744..cafcf65c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.50.0", + "starlette>=0.40.0,<0.51.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",