We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c7786 commit 9766c4aCopy full SHA for 9766c4a
1 file changed
sdks/python/setup.py
@@ -485,7 +485,7 @@ def get_portability_package_data():
485
'requests_mock>=1.7,<2.0',
486
# google-adk 1.28+ requires tenacity>=9,<10 (conflicts with <9).
487
'tenacity>=8.0.0,<10',
488
- 'pytest>=7.1.2,<9.0',
+ 'pytest>=7.1.2,<10.0',
489
'pytest-xdist>=2.5.0,<4',
490
'pytest-timeout>=2.1.0,<3',
491
'scikit-learn>=0.20.0,<1.8.0',
0 commit comments