From 314ed906c494ce02f0a46420b8e36cad53072222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 11 May 2021 23:01:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Upgrade=20pydantic=20pin,=20to?= =?UTF-8?q?=20handle=20CVE-2021-29510?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2845ff26f668..f376dcdff470c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ ] requires = [ "starlette ==0.14.2", - "pydantic >=1.0.0,<2.0.0" + "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0" ] description-file = "README.md" requires-python = ">=3.6"