From c3e6dc89fef908181e573515e7d59168c0cd452e Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 24 Jan 2025 11:06:34 +0100 Subject: [PATCH] Upgrade minimum version of s2-python (#100) * Upgrade minimum version of s2-python Signed-off-by: Victor Garcia Reolid * fix: it's 0.4.1 not 0.5.0 Signed-off-by: Victor Garcia Reolid * add reason Signed-off-by: Victor Garcia Reolid --------- 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 21d4f5b..a7704dd 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.0 + s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.0 async_timeout [options.packages.find]