Skip to content

Commit aeb8d5e

Browse files
authored
Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
Closes #6390.
1 parent 464c674 commit aeb8d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-language/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
32-
'google-api-core[grpc]<2.0.0dev,>=0.1.1',
32+
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
3333
'enum34;python_version<"3.4"'
3434
]
3535
extras = {

0 commit comments

Comments
 (0)