Skip to content

Commit ad7f591

Browse files
authored
Requiring 'grpcio >= 1.8.2'. (#4642)
This is due to a nasty spinlock bug [1] that has been partially fixed [2] in `1.8.2`. [1]: grpc/grpc#9688 [2]: grpc/grpc#13665
1 parent 59b3ea8 commit ad7f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
EXTRAS_REQUIREMENTS = {
6565
':python_version<"3.2"': ['futures >= 3.2.0'],
66-
'grpc': ['grpcio >= 1.7.0'],
66+
'grpc': ['grpcio >= 1.8.2'],
6767
}
6868

6969
setup(

0 commit comments

Comments
 (0)