We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a500a commit c1afe6eCopy full SHA for c1afe6e
setup.py
@@ -29,8 +29,8 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = 'Development Status :: 5 - Production/Stable'
31
dependencies = [
32
- 'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',
33
- "google-cloud-core >= 1.0.0, < 2.0dev",
+ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
+ "google-cloud-core >= 1.0.3, < 2.0dev",
34
]
35
extras = {
36
}
0 commit comments