From a05adf225bf9c2efc82df49cbfee72b5d0579ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 4 Jul 2023 14:12:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20TODO=20comments=20to=20re-?= =?UTF-8?q?enable=20Pydantic=20main=20(not=20from=20source)=20(#9796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + requirements-tests.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7c48cbbdc..ec093461f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +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,<3.0.0", "typing-extensions>=4.5.0", ] diff --git a/requirements-tests.txt b/requirements-tests.txt index e4afd988d..dafda630e 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -26,4 +26,5 @@ passlib[bcrypt] >=1.7.2,<2.0.0 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