From 0ea4c54adea6caceec4cd5cdbc9d467a3344a277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 5 Jul 2023 19:48:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Re-enable=20GA=20Pydantic,=20for?= =?UTF-8?q?=20v2,=20require=20minimum=202.0.2=20(#9814)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 +-- requirements-tests.txt | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9bf315568..f0917578f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,7 @@ classifiers = [ ] dependencies = [ "starlette>=0.27.0,<0.28.0", - # TODO (pv2): re-enable this - # "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0", + "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0", "typing-extensions>=4.5.0", ] dynamic = ["version"] diff --git a/requirements-tests.txt b/requirements-tests.txt index dafda630e..abefac685 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -25,6 +25,3 @@ passlib[bcrypt] >=1.7.2,<2.0.0 # types types-ujson ==5.7.0.1 types-orjson ==3.6.2 - -# TODO (pv2): remove this and enable in pyproject.toml -git+https://github.com/pydantic/pydantic.git