Skip to content

Commit 3901d77

Browse files
committed
chore: update post-processing for hybrid libraries
1 parent ef89c2c commit 3901d77

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.librarian/generator-input/client-post-processing/asset-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ replacements:
3838
packages/google-cloud-asset/testing/constraints-3.10.txt
3939
]
4040
before: |
41-
google-api-core==2.24.2
41+
google-api-core==2.25.0
4242
google-auth==2.14.1
4343
after: |
44-
google-api-core==2.24.2
44+
google-api-core==2.25.0
4545
google-cloud-org-policy==1.13.1
4646
google-auth==2.14.1
4747
count: 1

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ replacements:
207207
packages/google-cloud-bigtable/testing/constraints-3.10.txt,
208208
]
209209
before: |
210-
google-api-core==2.24.2
210+
google-api-core==2.25.0
211211
google-auth==2.14.1
212212
after: |
213-
google-api-core==2.24.2
213+
google-api-core==2.25.0
214214
google-cloud-core==2.0.0
215215
grpc-google-iam-v1==0.14.2
216216
google-crc32c==1.6.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ replacements:
210210
packages/google-cloud-automl/testing/constraints-3.10.txt,
211211
]
212212
before: |
213-
google-api-core==2.24.2
213+
google-api-core==2.25.0
214214
google-auth==2.14.1
215215
after: |
216-
google-api-core==2.24.2
216+
google-api-core==2.25.0
217217
google-cloud-storage==2.14.0
218218
libcst==0.2.5
219219
pandas==1.3.4
@@ -424,10 +424,10 @@ replacements:
424424
"packages/google-cloud-monitoring/testing/constraints-3.10.txt",
425425
]
426426
before: |
427-
google-api-core==2.24.2
427+
google-api-core==2.25.0
428428
google-auth==2.14.1
429429
after: |
430-
google-api-core==2.24.2
430+
google-api-core==2.25.0
431431
pandas==1.3.4
432432
numpy==1.21.3
433433
google-auth==2.14.1

.librarian/generator-input/client-post-processing/spanner-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ replacements:
125125
before: '(?s)dependencies = \[.*?\]\nextras = \{\s*\}'
126126
after: |
127127
dependencies = [
128-
"google-api-core[grpc] >= 2.24.2, <3.0.0",
128+
"google-api-core[grpc] >= 2.25.0, <3.0.0",
129129
# Exclude incompatible versions of `google-auth`
130130
# See https://github.com/googleapis/google-cloud-python/issues/12364
131131
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

0 commit comments

Comments
 (0)