From: Sebastián Ramírez Date: Thu, 9 Feb 2023 18:46:38 +0000 (+0100) Subject: ⬆️ Upgrade Starlette range to allow 0.23.1 (#5980) X-Git-Tag: 0.90.1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16599b73560294b1a45aac36960c9aa7ff5bc695;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade Starlette range to allow 0.23.1 (#5980) --- diff --git a/pyproject.toml b/pyproject.toml index 4498f94320..7b6138d091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.22.0,<=0.23.0", + "starlette>=0.22.0,<0.24.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"]