Skip to content

Commit

Permalink
Update IAM version in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Nov 1, 2018
1 parent 7e26ab2 commit 4d12a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
release_status = 'Development Status :: 4 - Beta'
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.12dev,>=0.11.4'
'enum34; python_version < "3.4"',
]
extras = {
Expand Down
2 changes: 1 addition & 1 deletion spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies = [
'google-cloud-core<0.29dev,>=0.28.0',
'google-api-core[grpc, grpcio-gcp]<2.0.0dev,>=1.4.0',
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'grpc-google-iam-v1<0.12dev,>=0.11.4'
]
extras = {
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'enum34; python_version < "3.4"',
'grpc-google-iam-v1<0.12dev,>=0.11.4',
'grpc-google-iam-v1<0.12dev,>=0.11.4'
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 4d12a41

Please sign in to comment.