Skip to content

Commit 8f2846e

Browse files
authored
chore: move sqlalchemy-bigquery to bulk release (#17803)
Unblock releases for `sqlalchemy-bigquery` . Releases were originally blocked in #17289 due to #17287, which was fixed in #17769
1 parent b60bb04 commit 8f2846e

4 files changed

Lines changed: 5 additions & 5 deletions

.release-please-bulk-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,6 @@
277277
"packages/grafeas": "1.23.0",
278278
"packages/grpc-google-iam-v1": "0.14.4",
279279
"packages/proto-plus": "1.28.1",
280+
"packages/sqlalchemy-bigquery": "1.17.0",
280281
"packages/sqlalchemy-spanner": "1.19.0"
281282
}

.release-please-individual-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"packages/google-cloud-productregistry": "0.0.0",
55
"packages/google-crc32c": "1.8.0",
66
"packages/google-maps-isochrones": "0.0.0",
7-
"packages/pandas-gbq": "0.35.0",
8-
"packages/sqlalchemy-bigquery": "1.17.0"
7+
"packages/pandas-gbq": "0.35.0"
98
}

release-please-bulk-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3896,6 +3896,9 @@
38963896
"packages/proto-plus": {
38973897
"component": "proto-plus"
38983898
},
3899+
"packages/sqlalchemy-bigquery": {
3900+
"component": "sqlalchemy-bigquery"
3901+
},
38993902
"packages/sqlalchemy-spanner": {
39003903
"component": "sqlalchemy-spanner"
39013904
}

release-please-individual-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
},
4747
"packages/pandas-gbq": {
4848
"component": "pandas-gbq"
49-
},
50-
"packages/sqlalchemy-bigquery": {
51-
"component": "sqlalchemy-bigquery"
5249
}
5350
},
5451
"release-type": "python-librarian",

0 commit comments

Comments
 (0)