MINOR: Fix pytests jaraco (#21894)

This commit is contained in:
Mayur Singal 2025-06-23 13:55:43 +05:30 committed by ulixius9
parent c40d21b15b
commit 078e9c66ec

View File

@ -158,6 +158,7 @@ base_requirements = {
"setuptools~=70.0", "setuptools~=70.0",
"shapely", "shapely",
"collate-data-diff", "collate-data-diff",
"jaraco.functools<4.2.0", # above 4.2 breaks the build
# TODO: Remove one once we have updated datadiff version # TODO: Remove one once we have updated datadiff version
"snowflake-connector-python>=3.13.1,<4.0.0", "snowflake-connector-python>=3.13.1,<4.0.0",
"mysql-connector-python>=8.0.29;python_version<'3.9'", "mysql-connector-python>=8.0.29;python_version<'3.9'",