diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 96afb23c5481..1ff1fc501e68 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -245,7 +245,7 @@ def get_portability_package_data(): 'mock>=1.0.1,<3.0.0', 'pandas<2.0.0', 'parameterized>=0.7.1,<0.8.0', - 'pyhamcrest>=1.9,!=1.10.0,<2.0.0', + 'pyhamcrest>=1.9,!=1.10.0,<3.0.0', 'pyyaml>=3.12,<7.0.0', 'requests_mock>=1.7,<2.0', 'tenacity>=5.0.2,<6.0',