Skip to content

Commit 1e3f7bb

Browse files
authored
chore(bigquery-storage): update post-processing rules for setup.py (#18099)
Updates the client post-processing configuration for `google-cloud-bigquery-storage` in `.librarian/generator-input/client-post-processing/bigquery-storage-integration.yaml` to ensure code generation produces zero diff.
1 parent a68387a commit 1e3f7bb

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.librarian/generator-input/client-post-processing/bigquery-storage-integration.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,13 @@ replacements:
130130
extras = \{\}
131131
after: |
132132
extras = {
133-
"pandas": ["pandas>=1.1.3"],
134-
"fastavro": ["fastavro>=1.1.0"],
135-
"pyarrow": ["pyarrow>=3.0.0"],
133+
"pandas": [
134+
"pandas >= 1.1.3, < 3.0.0",
135+
"pyarrow >= 3.0.0",
136+
"pandas-gbq >= 0.35.1, < 2.0.0",
137+
],
138+
"fastavro": ["fastavro >= 1.1.0, < 2.0.0"],
139+
"pyarrow": ["pyarrow >= 3.0.0"],
136140
}
137141
count: 1
138142
- paths: [
@@ -178,7 +182,6 @@ replacements:
178182
"types",
179183
"ArrowRecordBatch",
180184
count: 1
181-
count: 1
182185
- paths: [
183186
packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/__init__.py,
184187
]

0 commit comments

Comments
 (0)