Skip to content

Commit 3b0b782

Browse files
committed
revert dependency tuning
1 parent 0de3b9e commit 3b0b782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def get_portability_package_data():
404404
'requests>=2.32.4,<3.0.0',
405405
'sortedcontainers>=2.4.0',
406406
'typing-extensions>=3.7.0',
407-
'xds-protos>=1.60.0,<1.63.0; python_version < "3.13"',
407+
'xds-protos>=1.75.0; python_version >= "3.13"',
408408
'zstandard>=0.18.0,<1',
409409
'pyyaml>=3.12,<7.0.0',
410410
'beartype>=0.21.0,<0.23.0',

0 commit comments

Comments
 (0)