We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eee01 commit d75b8adCopy full SHA for d75b8ad
1 file changed
packages/google-cloud-pubsub/setup.py
@@ -29,7 +29,7 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = 'Development Status :: 4 - Beta'
31
dependencies = [
32
- 'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
+ 'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
33
'grpc-google-iam-v1 >= 0.11.1, < 0.12dev',
34
'enum34; python_version < "3.4"',
35
]
0 commit comments