From: Ben Beasley Date: Fri, 28 Feb 2025 14:07:47 +0000 (-0500) Subject: ⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0` (#13426) X-Git-Tag: 0.115.10~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc1f5de03c715d3908d19aa1216f14ba99c4dd6b;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0` (#13426) Co-authored-by: Sofie Van Landeghem --- diff --git a/pyproject.toml b/pyproject.toml index 51d63fd448..1c540e2f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]