diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 1bdea73da032..4dd382cbbebe 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -4,5 +4,5 @@ "packages/google-cloud-firestore": "2.27.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 34509c96c53d..d39902d91539 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2576,7 +2576,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..2dd96f9e5d4c 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-18) + + +### 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"