We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891a5ac commit a389563Copy full SHA for a389563
sdks/python/setup.py
@@ -380,7 +380,7 @@ def get_portability_package_data():
380
# Known grpcio versions that had issues:
381
# 1.48.x, 1.59.0-1.62.1, 1.66-1.78.0.
382
# Not adding these constraints to simplify the requrirements.
383
- 'grpcio>=1.33.1,<2',
+ 'grpcio==1.78.1',
384
'httplib2>=0.8,<0.32.0',
385
'jsonpickle>=3.0.0,<4.0.0',
386
# numpy can have breaking changes in minor versions.
0 commit comments