Skip to content

Commit c6a04eb

Browse files
authored
Bump minimum version for google-api-core to 1.14.0. (#8709)
1 parent 498c250 commit c6a04eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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] >= 1.6.0, < 2.0.0dev",
32+
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
3333
'enum34;python_version<"3.4"',
3434
]
3535
extras = {}

0 commit comments

Comments
 (0)