Browse Source

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

pull/346/head
Sebastián Ramírez 6 years ago
committed by GitHub
parent
commit
d60a10fa59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Pipfile
  2. 2
      pyproject.toml

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 = "*"

2
pyproject.toml

@ -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…
Cancel
Save