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 authored Nov 7, 2018
1 parent 7255bd1 commit 2880bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc]<2.0.0dev,>=0.1.1',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
]
extras = {
'pandas': 'pandas>=0.17.1',
'pandas': 'pandas >= 0.17.1',
}


Expand Down

0 comments on commit 2880bd3

Please sign in to comment.