From 84c38d567e8e84c849b9c24fff12e51cf5ed8205 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:06:29 +0000 Subject: [PATCH] chore(main): release sqlalchemy-bigquery 1.17.1 --- .release-please-individual-manifest.json | 2 +- librarian.yaml | 2 +- packages/sqlalchemy-bigquery/CHANGELOG.md | 9 +++++++++ .../sqlalchemy-bigquery/sqlalchemy_bigquery/version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 8060aa1a902c..bbf6a970bdd1 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -2,5 +2,5 @@ "packages/bigframes": "2.46.0", "packages/google-crc32c": "1.8.0", "packages/pandas-gbq": "0.35.0", - "packages/sqlalchemy-bigquery": "1.17.0" + "packages/sqlalchemy-bigquery": "1.17.1" } \ No newline at end of file diff --git a/librarian.yaml b/librarian.yaml index 6c5d9d217ec2..fb2175b54ad4 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2579,7 +2579,7 @@ libraries: python: library_type: CORE - name: sqlalchemy-bigquery - version: 1.17.0 + version: 1.17.1 python: library_type: INTEGRATION - name: sqlalchemy-spanner diff --git a/packages/sqlalchemy-bigquery/CHANGELOG.md b/packages/sqlalchemy-bigquery/CHANGELOG.md index 96aa23c11357..74aea074ef1f 100644 --- a/packages/sqlalchemy-bigquery/CHANGELOG.md +++ b/packages/sqlalchemy-bigquery/CHANGELOG.md @@ -8,6 +8,15 @@ Older versions of this project were distributed as [pybigquery][0]. [1]: https://pypi.org/project/sqlalchemy-bigquery/#history +## [1.17.1](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.17.0...sqlalchemy-bigquery-v1.17.1) (2026-07-21) + + +### Bug Fixes + +* sqlalchemy bigquery python 3.15 compat ([#17788](https://github.com/googleapis/google-cloud-python/issues/17788)) ([14447fb](https://github.com/googleapis/google-cloud-python/commit/14447fb9edcd4b7e0680d82399af289b1145d6ed)), closes [#17786](https://github.com/googleapis/google-cloud-python/issues/17786) +* **sqlalchemy-bigquery:** update literal binds test for SQLAlchemy 2.0 ([#17029](https://github.com/googleapis/google-cloud-python/issues/17029)) ([74f7a41](https://github.com/googleapis/google-cloud-python/commit/74f7a41fc957f4b8e1de91b193c756b6a99637e4)) +* **sqlalchemy-bigquery:** wrap string in WKT in geography system tests ([#17780](https://github.com/googleapis/google-cloud-python/issues/17780)) ([26d43c1](https://github.com/googleapis/google-cloud-python/commit/26d43c1fd820e058dd016084be2bdb459c288aff)) + ## [1.17.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.16.0...sqlalchemy-bigquery-v1.17.0) (2026-05-06) diff --git a/packages/sqlalchemy-bigquery/sqlalchemy_bigquery/version.py b/packages/sqlalchemy-bigquery/sqlalchemy_bigquery/version.py index 38787d1b6664..69ff04758b47 100644 --- a/packages/sqlalchemy-bigquery/sqlalchemy_bigquery/version.py +++ b/packages/sqlalchemy-bigquery/sqlalchemy_bigquery/version.py @@ -17,4 +17,4 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = "1.17.0" +__version__ = "1.17.1"