From: Sebastián Ramírez Date: Sun, 4 Feb 2024 21:14:53 +0000 (+0100) Subject: ⬆️ Upgrade version of Starlette to `>= 0.36.3` (#11086) X-Git-Tag: 0.109.2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a2be2abff43260fdd49ecf72cde2425adffdfe3;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade version of Starlette to `>= 0.36.3` (#11086) --- diff --git a/pyproject.toml b/pyproject.toml index 31d9c59b38..c23e82ef47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.35.0,<0.36.0", + "starlette>=0.36.3,<0.37.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", ]