Skip to content
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"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",
"grpc-google-iam-v1 >= 0.14.2",
"numpy >=1.24.0",
"pandas >=1.5.3",
"pandas-gbq >=0.26.1",
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down