mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
⬆️ Upgrade Starlette support range to include 0.12.8 (#477)
This commit is contained in:
parent
4b74aef429
commit
9418d78de6
2 changed files with 2 additions and 2 deletions
2
Pipfile
2
Pipfile
|
|
@ -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 = "*"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue