]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Starlette to 0.17.1 (#4145)
authorsimondale00 <33907262+simondale00@users.noreply.github.com>
Fri, 7 Jan 2022 09:34:28 +0000 (04:34 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 09:34:28 +0000 (10:34 +0100)
Co-authored-by: Dima Tisnek <dimaqq@gmail.com>
Co-authored-by: simond <simond@surveymonkey.com>
Co-authored-by: Samuel Colvin <s@muelcolvin.com>
Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
pyproject.toml

index 50e0afe87e94ac99c10512ad9e8bd715aefcf5ab..4feae552402f8448d7ac4288f64ca2cf0679dc0f 100644 (file)
@@ -33,7 +33,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 requires = [
-    "starlette ==0.16.0",
+    "starlette ==0.17.1",
     "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
 ]
 description-file = "README.md"