diff --git a/sdks/python/setup.py b/sdks/python/setup.py index fa02a658612f..97eea516beda 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -258,7 +258,7 @@ def get_portability_package_data(): 'requests_mock>=1.7,<2.0', 'tenacity>=5.0.2,<6.0', 'pytest>=7.1.2,<8.0', - 'pytest-xdist>=2.5.0,<3', + 'pytest-xdist>=2.5.0,<4', 'pytest-timeout>=2.1.0,<3', 'scikit-learn>=0.20.0', 'sqlalchemy>=1.3,<2.0',