Skip to content

Commit 4b11422

Browse files
authored
fix: bump up grpcio minimum version to 1.29.0 (googleapis#41)
1 parent d1937ba commit 4b11422

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
@@ -39,7 +39,7 @@
3939
'futures >= 3.2.0; python_version < "3.2"',
4040
]
4141
extras = {
42-
"grpc": "grpcio >= 1.8.2, < 2.0dev",
42+
"grpc": "grpcio >= 1.29.0, < 2.0dev",
4343
"grpcgcp": "grpcio-gcp >= 0.2.2",
4444
"grpcio-gcp": "grpcio-gcp >= 0.2.2",
4545
}

0 commit comments

Comments
 (0)