Skip to content

Commit 2c7f897

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)