From bbb35c470984efb3680f2507dde3fad4f854c55e Mon Sep 17 00:00:00 2001 From: Radek Stankiewicz Date: Mon, 6 Oct 2025 14:51:21 +0200 Subject: [PATCH] fixes proto issues --- 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 c23d69225d52..068c44cf7f9b 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -458,7 +458,7 @@ def get_portability_package_data(): 'cachetools>=3.1.0,<7', 'google-api-core>=2.0.0,<3', 'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"', - 'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"', + 'google-apitools>=0.5.35,<0.6; python_version >= "3.13"', # NOTE: Maintainers, please do not require google-auth>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566