Skip to content

Commit

Permalink
Update pin for 'grpc-google-iam-v1' to 0.12.3+. (#8647)
Browse files Browse the repository at this point in the history
For pubsub / kms, also update the import of the 'IAMPolicy' stub, which
is no longer exported from the same location.

Supersedes: #8639
Supersedes: #8640

Closes: #8574
Closes: #8576
Closes: #8577
Closes: #8585
Closes: #8587
Closes: #8591
Closes: #8594
Closes: #8595
Closes: #8598
  • Loading branch information
tseaver committed Jul 11, 2019
1 parent ec55d0d commit db0dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-containeranalysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
release_status = "Development Status :: 3 - Alpha"
dependencies = [
"google-api-core[grpc] >= 1.4.1, < 2.0.0dev",
"grpc-google-iam-v1 >= 0.11.1, < 0.12dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
'enum34; python_version < "3.4"',
"grafeas",
]
Expand Down

0 comments on commit db0dc9a

Please sign in to comment.