]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Upgrade Starlette dependency to 0.13.4 (#1361)
authorNick Rushton <rushton.nicholas@gmail.com>
Sat, 13 Jun 2020 12:38:08 +0000 (05:38 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 12:38:08 +0000 (14:38 +0200)
pyproject.toml

index 414304fc5fbf11ec689edb8c300c52f9466adf72..3dab7da912088bd91f7044b6d0430ad02b1f6afc 100644 (file)
@@ -32,7 +32,7 @@ classifiers = [
     "Topic :: Internet :: WWW/HTTP",
 ]
 requires = [
-    "starlette ==0.13.2",
+    "starlette ==0.13.4",
     "pydantic >=0.32.2,<2.0.0"
 ]
 description-file = "README.md"