From ece5a4829efcc896dbeea6f41d816f60e45cd238 Mon Sep 17 00:00:00 2001 From: Victor Garcia Reolid Date: Fri, 24 Jan 2025 11:09:44 +0100 Subject: [PATCH] fix pydantic version Signed-off-by: Victor Garcia Reolid --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a7704dd..7c01e61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = importlib-metadata; python_version<"3.8" aiohttp<=3.9.1 pandas>=2.1.4 - s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.0 + s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.2 async_timeout [options.packages.find]