From: Marcelo Trylesinski Date: Wed, 22 Jan 2025 18:21:40 +0000 (+0100) Subject: ⬆️ Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0` (#13117) X-Git-Tag: 0.115.7~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82c74789e8c2ba68f4c88b6e8c80928881578272;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0` (#13117) --- diff --git a/pyproject.toml b/pyproject.toml index ae56ebb7ec..9510d36c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.42.0", + "starlette>=0.40.0,<0.46.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", ]