Skip to content

Commit 2b4ad21

Browse files
WeiranFangtheacodes
authored andcommitted
Add grpcio-gcp dependency for API Core and Cloud Spanner (#5904)
1 parent 15242db commit 2b4ad21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-spanner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'google-cloud-core<0.29dev,>=0.28.0',
33-
'google-api-core[grpc]<2.0.0dev,>=1.1.0',
33+
'google-api-core[grpc, grpcio-gcp]<2.0.0dev,>=1.4.0',
3434
'grpc-google-iam-v1<0.12dev,>=0.11.4',
3535
]
3636
extras = {

0 commit comments

Comments
 (0)