Skip to content

Commit 8b2781a

Browse files
committed
Fix build
1 parent 1c079e8 commit 8b2781a

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.librarian/generator-input/client-post-processing/integrate-isolated-handwritten-code.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,10 @@ replacements:
200200
extras = {
201201
"libcst": "libcst >= 0.2.5",
202202
"pandas": ["pandas>=1.3.4"],
203-
"storage": ["google-cloud-storage >=2.14.0, <4.0.0"],
203+
"storage": [
204+
"google-cloud-storage >=2.14.0, <4.0.0",
205+
"google-auth >= 2.23.3, <3.0.0"
206+
],
204207
}
205208
count: 1
206209
- paths: [
@@ -216,7 +219,7 @@ replacements:
216219
pandas==1.3.4
217220
# numpy is a dependency of pandas
218221
numpy==1.21.3
219-
google-auth==2.14.1
222+
google-auth==2.23.3
220223
count: 1
221224
- paths: [
222225
packages/google-cloud-automl/docs/automl_v1beta1/services_.rst,

packages/google-cloud-automl/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
extras = {
5353
"libcst": "libcst >= 0.2.5",
5454
"pandas": ["pandas>=1.3.4"],
55-
"storage": ["google-cloud-storage >=2.14.0, <4.0.0"],
55+
"storage": [
56+
"google-cloud-storage >=2.14.0, <4.0.0",
57+
"google-auth >= 2.23.3, <3.0.0",
58+
],
5659
}
5760

5861
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-automl"

packages/google-cloud-automl/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libcst==0.2.5
1010
pandas==1.3.4
1111
# numpy is a dependency of pandas
1212
numpy==1.21.3
13-
google-auth==2.14.1
13+
google-auth==2.23.3
1414
grpcio==1.44.0
1515
proto-plus==1.22.3
1616
protobuf==4.25.8

0 commit comments

Comments
 (0)