We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464c674 commit aeb8d5eCopy full SHA for aeb8d5e
packages/google-cloud-language/setup.py
@@ -29,7 +29,7 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = 'Development Status :: 5 - Production/Stable'
31
dependencies = [
32
- 'google-api-core[grpc]<2.0.0dev,>=0.1.1',
+ 'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
33
'enum34;python_version<"3.4"'
34
]
35
extras = {
0 commit comments