mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade Starlette support range to include 0.12.8 (#477)
This commit is contained in:
parent
4b74aef429
commit
9418d78de6
2
Pipfile
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 = "*"
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue