From: dmontagu <35119617+dmontagu@users.noreply.github.com> Date: Sat, 31 Aug 2019 00:45:01 +0000 (-0700) Subject: :arrow_up: Upgrade Starlette support range to include 0.12.8 (#477) X-Git-Tag: 0.38.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9418d78de6d592c43d62f1120c76bc076d3eb7bd;p=thirdparty%2Ffastapi%2Ffastapi.git :arrow_up: Upgrade Starlette support range to include 0.12.8 (#477) --- diff --git a/Pipfile b/Pipfile index 4240e5decc..c7cdb944e0 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ sqlalchemy = "*" uvicorn = "*" [packages] -starlette = "==0.12.7" +starlette = "==0.12.8" pydantic = "==0.32.2" databases = {extras = ["sqlite"],version = "*"} hypercorn = "*" diff --git a/pyproject.toml b/pyproject.toml index 0a202e1a81..942b072686 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP :: HTTP Servers", ] requires = [ - "starlette >=0.11.1,<=0.12.7", + "starlette >=0.11.1,<=0.12.8", "pydantic >=0.32.2,<=0.32.2" ] description-file = "README.md"