Browse Source

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

pull/490/head
dmontagu 6 years ago
committed by Sebastián Ramírez
parent
commit
9418d78de6
  1. 2
      Pipfile
  2. 2
      pyproject.toml

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

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

Loading…
Cancel
Save