Skip to content

Commit

Permalink
Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
Browse files Browse the repository at this point in the history
Closes #6390.
  • Loading branch information
tseaver committed Nov 7, 2018
1 parent 97bc356 commit b1e73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-redis/setup.py
Expand Up @@ -29,7 +29,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 0.1.0, < 0.2.0dev',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'enum34; python_version < "3.4"',
]
extras = {
Expand Down

0 comments on commit b1e73d4

Please sign in to comment.