Skip to content

Commit d6b512c

Browse files
jrmccluskeychangliiu
authored andcommitted
Update google-apitools to 0.5.32 (apache#35004)
* Update google-apitools to 0.5.32 * more conditionals
1 parent 1412a2b commit d6b512c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@ def get_portability_package_data():
431431
'gcp': [
432432
'cachetools>=3.1.0,<6',
433433
'google-api-core>=2.0.0,<3',
434-
'google-apitools>=0.5.31,<0.5.32',
434+
'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
435+
'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
435436
# NOTE: Maintainers, please do not require google-auth>=2.x.x
436437
# Until this issue is closed
437438
# https://github.com/googleapis/google-cloud-python/issues/10566

0 commit comments

Comments
 (0)