⬆️ Upgrade support for Pydantic to 0.29 (#344)

This commit is contained in:
Sebastián Ramírez 2019-06-28 12:36:08 +02:00 committed by GitHub
parent 54368e7b22
commit d60a10fa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ uvicorn = "*"
[packages]
starlette = "==0.12.0"
pydantic = "==0.28.0"
pydantic = "==0.29.0"
databases = {extras = ["sqlite"],version = "*"}
hypercorn = "*"

View File

@ -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"