From 00ff4e4fc05d5bcd464e253a6b888f17a748be64 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 1 Jul 2023 09:07:45 +0100 Subject: [PATCH] Pin pydantic to < 2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8005d36..023108a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ setup_requires = setuptools_scm install_requires = requests>=2.27.0 - pydantic>=1.9.1 + pydantic>=1.9.1,<2 [options.extras_require] tests =