Skip to content

Commit

Permalink
fix: bump up grpcio minimum version to 1.29.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Jun 6, 2020
1 parent d1937ba commit 4b11422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
'futures >= 3.2.0; python_version < "3.2"',
]
extras = {
"grpc": "grpcio >= 1.8.2, < 2.0dev",
"grpc": "grpcio >= 1.29.0, < 2.0dev",
"grpcgcp": "grpcio-gcp >= 0.2.2",
"grpcio-gcp": "grpcio-gcp >= 0.2.2",
}
Expand Down

0 comments on commit 4b11422

Please sign in to comment.