We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0aece commit b0872daCopy full SHA for b0872da
1 file changed
sdks/python/setup.py
@@ -474,7 +474,7 @@ def get_portability_package_data():
474
'requests_mock>=1.7,<2.0',
475
# google-adk 1.28+ requires tenacity>=9,<10 (conflicts with <9).
476
'tenacity>=8.0.0,<10',
477
- 'pytest>=7.1.2,<9.0',
+ 'pytest>=7.1.2,<10.0',
478
'pytest-xdist>=2.5.0,<4',
479
'pytest-timeout>=2.1.0,<3',
480
'scikit-learn>=0.20.0,<1.8.0',
0 commit comments