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 1c9d0fe commit ba86a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-asset/setup.py
Expand Up @@ -28,9 +28,9 @@
# 'Development Status :: 5 - Production/Stable'
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"',
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',
]

# Setup boilerplate below this line.
Expand Down

0 comments on commit ba86a45

Please sign in to comment.