From 282e8a7e9dcc1d1c8295f7ac8d8a9249d0fbc5df Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Tue, 11 Jul 2023 13:19:14 +0200 Subject: [PATCH] compat work in nomenklatura for pydantic 2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae544a9f..4d687c96 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ namespace_packages=[], install_requires=[ "followthemoney==3.4.3", - "nomenklatura==3.2.0", + "nomenklatura==3.2.1", "asyncstdlib==3.10.8", "aiocron==1.8", "aiocsv==1.2.4",