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 d0e10bf commit d489f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-trace/setup.py
Expand Up @@ -29,8 +29,8 @@
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-cloud-core<0.29dev,>=0.28.0',
'google-api-core[grpc]<2.0.0dev,>=1.0.0',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-cloud-core >=0.28.0, <0.29dev',
]
extras = {
}
Expand Down

0 comments on commit d489f4f

Please sign in to comment.