Skip to content

Commit 741da93

Browse files
authored
Use moved iam.policy now at google.api_core.iam.policy (#6741)
* update references to iam to use api-core\ * Update dependency to api_core
1 parent c4b9082 commit 741da93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-speech/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 :: 4 - Beta'
3131
dependencies = [
32-
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
32+
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
3333
]
3434
extras = {
3535
}

0 commit comments

Comments
 (0)