From c1670ca5cead152c9745a3082c9a71b2659ef0bf Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Thu, 26 Jun 2025 23:20:59 +0000 Subject: [PATCH 1/2] deps: remove `google-cloud-iam` dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ce0375527d..5bcaa4268c 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ "google-cloud-bigquery-storage >= 2.30.0, < 3.0.0", "google-cloud-functions >=1.12.0", "google-cloud-bigquery-connection >=1.12.0", - "google-cloud-iam >=2.12.1", "google-cloud-resource-manager >=1.10.3", "google-cloud-storage >=2.0.0", "numpy >=1.24.0", From 73b1c26b8e53e0919498dcd075a5b7d179a94bf7 Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Thu, 10 Jul 2025 07:41:16 +0000 Subject: [PATCH 2/2] include grpc-google-iam-v1==0.14.2 dependency as we are using directly `google.iam.v1.policy_pb2` --- setup.py | 1 + testing/constraints-3.9.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5bcaa4268c..152940c57a 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ "google-cloud-bigquery-connection >=1.12.0", "google-cloud-resource-manager >=1.10.3", "google-cloud-storage >=2.0.0", + "grpc-google-iam-v1 >= 0.14.2", "numpy >=1.24.0", "pandas >=1.5.3", "pandas-gbq >=0.26.1", diff --git a/testing/constraints-3.9.txt b/testing/constraints-3.9.txt index dff245d176..1f138ba1db 100644 --- a/testing/constraints-3.9.txt +++ b/testing/constraints-3.9.txt @@ -12,6 +12,7 @@ google-cloud-bigquery-connection==1.12.0 google-cloud-iam==2.12.1 google-cloud-resource-manager==1.10.3 google-cloud-storage==2.0.0 +grpc-google-iam-v1==0.14.2 numpy==1.24.0 pandas==1.5.3 pandas-gbq==0.26.1