Browse Source

⬆️ Upgrade Starlette max range to 0.12.7 (#367)

pull/427/head
David De Sousa 6 years ago
committed by Sebastián Ramírez
parent
commit
c4682af13d
  1. 2
      Pipfile
  2. 2
      pyproject.toml

2
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 = "*"

2
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"

Loading…
Cancel
Save