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 8b642f6 commit 8a28324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/setup.py
Expand Up @@ -24,7 +24,7 @@
version = '0.9.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'enum34; python_version < "3.4"',
]

Expand Down

0 comments on commit 8a28324

Please sign in to comment.