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 464c674 commit aeb8d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-language/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 aeb8d5e

Please sign in to comment.