From b05a32edb955fee57e4f334b4260c2040ea878dc Mon Sep 17 00:00:00 2001 From: Jack McCluskey <34928439+jrmccluskey@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:17:27 -0400 Subject: [PATCH] Bump Pytest Bounds (#38218) --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index d4b70af5e88c..e831a0bd90d5 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -474,7 +474,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',