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'",