mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade support for Pydantic to 0.29 (#344)
This commit is contained in:
parent
54368e7b22
commit
d60a10fa59
2
Pipfile
2
Pipfile
|
|
@ -26,7 +26,7 @@ uvicorn = "*"
|
|||
|
||||
[packages]
|
||||
starlette = "==0.12.0"
|
||||
pydantic = "==0.28.0"
|
||||
pydantic = "==0.29.0"
|
||||
databases = {extras = ["sqlite"],version = "*"}
|
||||
hypercorn = "*"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
]
|
||||
requires = [
|
||||
"starlette >=0.11.1,<=0.12.0",
|
||||
"pydantic >=0.28,<=0.28.0"
|
||||
"pydantic >=0.28,<=0.29.0"
|
||||
]
|
||||
description-file = "README.md"
|
||||
requires-python = ">=3.6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue