⬆️ Upgrade Starlette support range to include 0.12.8 (#477)

This commit is contained in:
dmontagu 2019-08-30 17:45:01 -07:00 committed by Sebastián Ramírez
parent 4b74aef429
commit 9418d78de6
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ sqlalchemy = "*"
uvicorn = "*" uvicorn = "*"
[packages] [packages]
starlette = "==0.12.7" starlette = "==0.12.8"
pydantic = "==0.32.2" pydantic = "==0.32.2"
databases = {extras = ["sqlite"],version = "*"} databases = {extras = ["sqlite"],version = "*"}
hypercorn = "*" hypercorn = "*"

View file

@ -19,7 +19,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
] ]
requires = [ requires = [
"starlette >=0.11.1,<=0.12.7", "starlette >=0.11.1,<=0.12.8",
"pydantic >=0.32.2,<=0.32.2" "pydantic >=0.32.2,<=0.32.2"
] ]
description-file = "README.md" description-file = "README.md"