From: James Alford-Golojuch Date: Wed, 22 Jul 2020 06:25:32 +0000 (-0500) Subject: ⬆ Updates Starlette to version 0.13.6 (#1759) X-Git-Tag: 0.60.1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=417065935996804464d813b183a84d914ecc33e9;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Updates Starlette to version 0.13.6 (#1759) Co-authored-by: jalfordgolojuch --- diff --git a/pyproject.toml b/pyproject.toml index 4011836000..b2fefda1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] requires = [ - "starlette ==0.13.4", + "starlette ==0.13.6", "pydantic >=0.32.2,<2.0.0" ] description-file = "README.md"