Skip to content

Commit

Permalink
Bump minimum version for google-api-core to 1.14.0. (#8709)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Jul 19, 2019
1 parent 44c631e commit 9d9566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
dependencies = [
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
]
extras = {}
Expand Down

0 comments on commit 9d9566d

Please sign in to comment.