Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 0337ca5

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 9dc4b24 commit 0337ca5

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 :: 3 - Alpha'
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)