From 1bf21569e84a10d93839e55a27134bc179a4052f Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Mon, 3 Jul 2023 12:08:14 -0400 Subject: [PATCH] fix: pydantic 2.0.0 break unit tests Signed-off-by: Lou DeGenaro --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ed40d8e9d..2ac5b3c31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = paramiko ruamel.yaml furl - pydantic[email]>=1.8.2 + pydantic[email]>1.8.1,<2.0.0 python-dotenv>=0.10.4 datamodel-code-generator[http] >= 0.11.14 python-frontmatter