]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:arrow_up: Upgrade Pydantic to 0.26 (#247)
authoreuri10 <euri10@users.noreply.github.com>
Thu, 23 May 2019 07:03:53 +0000 (09:03 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 23 May 2019 07:03:53 +0000 (11:03 +0400)
Pipfile
Pipfile.lock
pyproject.toml

diff --git a/Pipfile b/Pipfile
index ce26cce2be742fb184a218120da1cbfe10f4515d..6cc3fbb3cf98871e72b17159e0af707af7182c07 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -26,7 +26,7 @@ uvicorn = "*"
 
 [packages]
 starlette = "==0.12.0"
-pydantic = "==0.25.0"
+pydantic = "==0.26.0"
 databases = {extras = ["sqlite"],version = "*"}
 hypercorn = "*"
 
index 180215ec52be70c002820bfad47d4e73aa8b2d88..83b7f94c346ba6deffd3980c49e81afc3966f034 100644 (file)
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "8d23c38a8d3018315f49a2298e9098d8b5f248338dbba9e024246c9abb5949a2"
+            "sha256": "4a33b47e814fa75533548874ffadbc6163b3058db4d1615ff633512366d72ccb"
         },
         "pipfile-spec": 6,
         "requires": {
         },
         "pydantic": {
             "hashes": [
-                "sha256:2203e01c1d87a3d964aa0db56efdb1b89a90eca610ab3f0ddea396e2a5fa4cc4",
-                "sha256:ac207906e78b1cafbbff6d57b0ce51b989cf5361d2487013f0b353f3bb3b8442"
+                "sha256:b72e0df2463cee746cf42639845d4106c19f30136375e779352d710e69617731",
+                "sha256:dab99d3070e040b8b2e987dfbe237350ab92d5d57a22d4e0e268ede2d85c7964"
             ],
             "index": "pypi",
-            "version": "==0.25.0"
+            "version": "==0.26.0"
         },
         "pytoml": {
             "hashes": [
index 0238cda9f3a4ece438ef3a3e59fca35b77ba4f29..e8be418388220e2ffe04c0969ca5ee6a618649ec 100644 (file)
@@ -20,7 +20,7 @@ classifiers = [
 ]
 requires = [
     "starlette >=0.11.1,<=0.12.0",
-    "pydantic >=0.17,<=0.25.0"
+    "pydantic >=0.17,<=0.26.0"
 ]
 description-file = "README.md"
 requires-python = ">=3.6"