From 451c8781aa77e1ff8e8f5765e8ee63c192d09168 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Sun, 2 Jul 2023 09:19:55 +0200 Subject: [PATCH] Pin pydantic below 2.0 References https://github.com/biopragmatics/bioregistry/issues/899 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c4db541f5..02bf0d3db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = pystow>=0.1.13 click more_click>=0.1.2 - pydantic + pydantic<2.0 curies>=0.5.1 zip_safe = false