Skip to content

Commit b6ca25d

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 1df6208 commit b6ca25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-asset/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# 'Development Status :: 5 - Production/Stable'
2929
release_status = 'Development Status :: 3 - Alpha'
3030
dependencies = [
31-
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
31+
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
3232
'enum34; python_version < "3.4"',
3333
'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',
3434
]

0 commit comments

Comments
 (0)