Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

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 e24189d commit 06def44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 :: 5 - Production/Stable'
dependencies = [
'google-api-core[grpc]<2.0.0dev,>=0.1.1',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'enum34;python_version<"3.4"'
]
extras = {
Expand Down

0 comments on commit 06def44

Please sign in to comment.