mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
⬆️ Upgrade support for Pydantic to 0.29 (#344)
This commit is contained in:
parent
54368e7b22
commit
d60a10fa59
2 changed files with 2 additions and 2 deletions
2
Pipfile
2
Pipfile
|
|
@ -26,7 +26,7 @@ uvicorn = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
starlette = "==0.12.0"
|
starlette = "==0.12.0"
|
||||||
pydantic = "==0.28.0"
|
pydantic = "==0.29.0"
|
||||||
databases = {extras = ["sqlite"],version = "*"}
|
databases = {extras = ["sqlite"],version = "*"}
|
||||||
hypercorn = "*"
|
hypercorn = "*"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
requires = [
|
requires = [
|
||||||
"starlette >=0.11.1,<=0.12.0",
|
"starlette >=0.11.1,<=0.12.0",
|
||||||
"pydantic >=0.28,<=0.28.0"
|
"pydantic >=0.28,<=0.29.0"
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue