From: Sebastián Ramírez Date: Tue, 16 May 2023 13:29:40 +0000 (+0200) Subject: ⬆️ Upgrade Starlette version to `>=0.27.0` for a security release (#9541) X-Git-Tag: 0.95.2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4535abe8f112a63292b6f23c31df04c951ada9d;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade Starlette version to `>=0.27.0` for a security release (#9541) --- diff --git a/pyproject.toml b/pyproject.toml index 6aa095a642..bee5723e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.26.1,<0.27.0", + "starlette>=0.27.0,<0.28.0", "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0", ] dynamic = ["version"]