From: Sebastián Ramírez Date: Fri, 28 Jun 2019 10:36:08 +0000 (+0200) Subject: :arrow_up: Upgrade support for Pydantic to 0.29 (#344) X-Git-Tag: 0.31.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d60a10fa5950728aa7f4ef081b418a3c625932f4;p=thirdparty%2Ffastapi%2Ffastapi.git :arrow_up: Upgrade support for Pydantic to 0.29 (#344) --- diff --git a/Pipfile b/Pipfile index 83f8954dc0..8b0ef8e9e5 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ uvicorn = "*" [packages] starlette = "==0.12.0" -pydantic = "==0.28.0" +pydantic = "==0.29.0" databases = {extras = ["sqlite"],version = "*"} hypercorn = "*" diff --git a/pyproject.toml b/pyproject.toml index fca05a81a9..90ba93f800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"