From 2ea940a8069183afc1900c7f36c51995c9bb7bfb Mon Sep 17 00:00:00 2001 From: Andreas Lydersen Date: Mon, 10 Jul 2023 12:49:24 +0200 Subject: [PATCH] Fixating the pydantic version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 795da43..22815b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = importlib-metadata; python_version<"3.8" requests >= 2.28.1 aiohttp >= 3.8.1 - pydantic >= 1.10.1 + pydantic == 1.10.11 pandas >= 1.4.4 [options.packages.find]