Skip to content

Commit

Permalink
Increase the minimum allowed version for api-core (#8419)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Jun 18, 2019
1 parent cf03af8 commit 8344935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/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 :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",
"google-api-core[grpc] >= 1.12.0, < 2.0.0dev",
"grpc-google-iam-v1 >= 0.11.4, < 0.12dev",
'enum34; python_version < "3.4"',
]
Expand Down

0 comments on commit 8344935

Please sign in to comment.