From: David De Sousa Date: Tue, 6 Aug 2019 12:10:29 +0000 (+0200) Subject: :arrow_up: Upgrade Starlette max range to 0.12.7 (#367) X-Git-Tag: 0.34.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4682af13d6ddc28599753f969d97ce33b946306;p=thirdparty%2Ffastapi%2Ffastapi.git :arrow_up: Upgrade Starlette max range to 0.12.7 (#367) --- diff --git a/Pipfile b/Pipfile index 50d9a98ff7..07e2a6a7cb 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ sqlalchemy = "*" uvicorn = "*" [packages] -starlette = "==0.12.0" +starlette = "==0.12.7" pydantic = "==0.30.0" databases = {extras = ["sqlite"],version = "*"} hypercorn = "*" diff --git a/pyproject.toml b/pyproject.toml index 37d8061811..1b239f5f63 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.0", + "starlette >=0.11.1,<=0.12.7", "pydantic >=0.30,<=0.30.0" ] description-file = "README.md"