]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:arrow_up: Upgrade support for Pydantic to 0.29 (#344)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 10:36:08 +0000 (12:36 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 10:36:08 +0000 (12:36 +0200)
Pipfile
pyproject.toml

diff --git a/Pipfile b/Pipfile
index 83f8954dc0901cd12173d32abd812ceafcde8eea..8b0ef8e9e54766a1caa979654be3ce1b7a1f4903 100644 (file)
--- 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 = "*"
 
index fca05a81a93efa3422f7bd4f06edcdd558e72ab1..90ba93f800c1f7803283390197f16a545ec62a9c 100644 (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"