From 9418d78de6d592c43d62f1120c76bc076d3eb7bd Mon Sep 17 00:00:00 2001 From: dmontagu <35119617+dmontagu@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:45:01 -0700 Subject: [PATCH] :arrow_up: Upgrade Starlette support range to include 0.12.8 (#477) --- Pipfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 4240e5dec..c7cdb944e 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 0a202e1a8..942b07268 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"