Skip to content

Commit

Permalink
Update dependency to google-cloud-core (#6835)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Dec 4, 2018
1 parent ede39f2 commit 7d7b405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
'google-api-core >= 1.6.0, < 2.0.0dev',
'google-cloud-core >= 0.28.0, < 0.29dev',
'google-cloud-core >= 0.29.0, < 0.30dev',
]
extras = {
}
Expand Down

0 comments on commit 7d7b405

Please sign in to comment.