Skip to content

Commit 6557a06

Browse files
committed
Allow tenacity<10 in test extra for google-adk 1.28
1 parent 74183eb commit 6557a06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,8 @@ def get_portability_package_data():
471471
'parameterized>=0.7.1,<0.10.0',
472472
'pyhamcrest>=1.9,!=1.10.0,<3.0.0',
473473
'requests_mock>=1.7,<2.0',
474-
'tenacity>=8.0.0,<9',
474+
# google-adk 1.28+ requires tenacity>=9,<10 (conflicts with <9).
475+
'tenacity>=8.0.0,<10',
475476
'pytest>=7.1.2,<9.0',
476477
'pytest-xdist>=2.5.0,<4',
477478
'pytest-timeout>=2.1.0,<3',

0 commit comments

Comments
 (0)