mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
⬆️ Upgrade Starlette max range to 0.12.7 (#367)
This commit is contained in:
parent
6ca3ce80e4
commit
c4682af13d
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.0"
|
starlette = "==0.12.7"
|
||||||
pydantic = "==0.30.0"
|
pydantic = "==0.30.0"
|
||||||
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.0",
|
"starlette >=0.11.1,<=0.12.7",
|
||||||
"pydantic >=0.30,<=0.30.0"
|
"pydantic >=0.30,<=0.30.0"
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue