Skip to content

Commit e5ff8f7

Browse files
shobsitswast
andauthored
deps: replace google-cloud-iam with grpc-google-iam-v1 (#1864)
* deps: remove `google-cloud-iam` dependency * include grpc-google-iam-v1==0.14.2 dependency as we are using directly `google.iam.v1.policy_pb2` --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
1 parent e3f8ca7 commit e5ff8f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"google-cloud-bigquery-storage >= 2.30.0, < 3.0.0",
4545
"google-cloud-functions >=1.12.0",
4646
"google-cloud-bigquery-connection >=1.12.0",
47-
"google-cloud-iam >=2.12.1",
4847
"google-cloud-resource-manager >=1.10.3",
4948
"google-cloud-storage >=2.0.0",
49+
"grpc-google-iam-v1 >= 0.14.2",
5050
"numpy >=1.24.0",
5151
"pandas >=1.5.3",
5252
"pandas-gbq >=0.26.1",

testing/constraints-3.9.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ google-cloud-bigquery-connection==1.12.0
1212
google-cloud-iam==2.12.1
1313
google-cloud-resource-manager==1.10.3
1414
google-cloud-storage==2.0.0
15+
grpc-google-iam-v1==0.14.2
1516
numpy==1.24.0
1617
pandas==1.5.3
1718
pandas-gbq==0.26.1

0 commit comments

Comments
 (0)