mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade Starlette max range to 0.12.7 (#367)
This commit is contained in:
parent
6ca3ce80e4
commit
c4682af13d
2
Pipfile
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 = "*"
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue