diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 0f5ab7b0ed7e..caea2b88a299 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -6,5 +6,5 @@ "packages/google-cloud-spanner": "3.68.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 eb38359a0aa8..5b787568d34e 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2581,7 +2581,7 @@ libraries: python: library_type: CORE - name: sqlalchemy-bigquery - version: 1.17.0 + version: 1.17.1 skip_release: true python: library_type: INTEGRATION diff --git a/packages/sqlalchemy-bigquery/CHANGELOG.md b/packages/sqlalchemy-bigquery/CHANGELOG.md index 96aa23c11357..ea92fce21205 100644 --- a/packages/sqlalchemy-bigquery/CHANGELOG.md +++ b/packages/sqlalchemy-bigquery/CHANGELOG.md @@ -8,6 +8,13 @@ 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-06-24) + + +### Bug Fixes + +* **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)) + ## [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"