Skip to content

Commit 14b862e

Browse files
WeiranFangtheacodes
authored andcommitted
Add grpcio-gcp dependency for API Core and Cloud Spanner (#5904)
1 parent d2a4d1d commit 14b862e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/google-api-core/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '1.3.0'
25+
version = '1.4.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -39,7 +39,8 @@
3939
'futures>=3.2.0;python_version<"3.2"'
4040
]
4141
extras = {
42-
'grpc': 'grpcio>=1.8.2'
42+
'grpc': 'grpcio>=1.8.2',
43+
'grpcio-gcp': 'grpcio-gcp>=0.2.2'
4344
}
4445

4546

0 commit comments

Comments
 (0)