diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 5d4f86ae4d97..a8de27845307 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -479,7 +479,7 @@ def get_portability_package_data(): 'requests_mock>=1.7,<2.0', # google-adk 1.28+ requires tenacity>=9,<10 (conflicts with <9). 'tenacity>=8.0.0,<10', - 'pytest>=7.1.2,<9.0', + 'pytest>=7.1.2,<10.0', 'pytest-xdist>=2.5.0,<4', 'pytest-timeout>=2.1.0,<3', 'scikit-learn>=0.20.0,<1.8.0',