Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 4343c41

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 958e774 commit 4343c41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
REQUIREMENTS = [
5454
'google-api-core[grpc] >= 0.1.2, < 0.2.0dev',
55+
'grpcio >= 1.8.2',
5556
'google-auth >= 1.0.2, < 2.0dev',
5657
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
5758
'psutil >= 5.2.2, < 6.0dev',

0 commit comments

Comments
 (0)