From 77fc9a7719f18aabaccf3ea69d3524778e28cfee Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:55:43 +0530 Subject: [PATCH] MINOR: Fix pytests jaraco (#21894) --- ingestion/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ingestion/setup.py b/ingestion/setup.py index c9d6632d79c..0e8db1222b0 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -156,6 +156,7 @@ base_requirements = { "setuptools~=70.0", "shapely", "collate-data-diff", + "jaraco.functools<4.2.0", # above 4.2 breaks the build # TODO: Remove one once we have updated datadiff version "snowflake-connector-python>=3.13.1,<4.0.0", "mysql-connector-python>=8.0.29;python_version<'3.9'",