From: euri10 Date: Thu, 23 May 2019 07:03:53 +0000 (+0200) Subject: :arrow_up: Upgrade Pydantic to 0.26 (#247) X-Git-Tag: 0.24.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31da76072992530d024ff2cb051df1f65770809e;p=thirdparty%2Ffastapi%2Ffastapi.git :arrow_up: Upgrade Pydantic to 0.26 (#247) --- diff --git a/Pipfile b/Pipfile index ce26cce2be..6cc3fbb3cf 100644 --- 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 = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 180215ec52..83b7f94c34 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8d23c38a8d3018315f49a2298e9098d8b5f248338dbba9e024246c9abb5949a2" + "sha256": "4a33b47e814fa75533548874ffadbc6163b3058db4d1615ff633512366d72ccb" }, "pipfile-spec": 6, "requires": { @@ -113,11 +113,11 @@ }, "pydantic": { "hashes": [ - "sha256:2203e01c1d87a3d964aa0db56efdb1b89a90eca610ab3f0ddea396e2a5fa4cc4", - "sha256:ac207906e78b1cafbbff6d57b0ce51b989cf5361d2487013f0b353f3bb3b8442" + "sha256:b72e0df2463cee746cf42639845d4106c19f30136375e779352d710e69617731", + "sha256:dab99d3070e040b8b2e987dfbe237350ab92d5d57a22d4e0e268ede2d85c7964" ], "index": "pypi", - "version": "==0.25.0" + "version": "==0.26.0" }, "pytoml": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 0238cda9f3..e8be418388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"