Skip to content

Commit a389563

Browse files
committed
Set precise version for testing
1 parent 891a5ac commit a389563

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
@@ -380,7 +380,7 @@ def get_portability_package_data():
380380
# Known grpcio versions that had issues:
381381
# 1.48.x, 1.59.0-1.62.1, 1.66-1.78.0.
382382
# Not adding these constraints to simplify the requrirements.
383-
'grpcio>=1.33.1,<2',
383+
'grpcio==1.78.1',
384384
'httplib2>=0.8,<0.32.0',
385385
'jsonpickle>=3.0.0,<4.0.0',
386386
# numpy can have breaking changes in minor versions.

0 commit comments

Comments
 (0)