We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1f00f commit d54e240Copy full SHA for d54e240
sdks/python/setup.py
@@ -404,7 +404,7 @@ def get_portability_package_data():
404
'requests>=2.32.4,<3.0.0',
405
'sortedcontainers>=2.4.0',
406
'typing-extensions>=3.7.0',
407
- 'xds-protos>=1.71.2,<1.72.0',
+ 'xds-protos>=1.60.0,<1.63.0',
408
'zstandard>=0.18.0,<1',
409
'pyyaml>=3.12,<7.0.0',
410
'beartype>=0.21.0,<0.23.0',
@@ -593,7 +593,7 @@ def get_portability_package_data():
593
],
594
'redis': ['redis>=5.0.0,<6'],
595
'tft': [
596
- 'tensorflow_transform>=1.14.0,<1.18.0'
+ 'tensorflow_transform>=1.14.0,<1.15.0'
597
# tensorflow-transform requires dill, but doesn't set dill as a
598
# hard requirement in setup.py.
599
,
0 commit comments