Skip to content

Commit 0a16d52

Browse files
chore(main): release sqlalchemy-bigquery 1.17.1
1 parent e688531 commit 0a16d52

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages/google-cloud-spanner": "3.68.0",
77
"packages/google-crc32c": "1.8.0",
88
"packages/pandas-gbq": "0.35.0",
9-
"packages/sqlalchemy-bigquery": "1.17.0"
9+
"packages/sqlalchemy-bigquery": "1.17.1"
1010
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ libraries:
25812581
python:
25822582
library_type: CORE
25832583
- name: sqlalchemy-bigquery
2584-
version: 1.17.0
2584+
version: 1.17.1
25852585
skip_release: true
25862586
python:
25872587
library_type: INTEGRATION

packages/sqlalchemy-bigquery/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Older versions of this project were distributed as [pybigquery][0].
88

99
[1]: https://pypi.org/project/sqlalchemy-bigquery/#history
1010

11+
## [1.17.1](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.17.0...sqlalchemy-bigquery-v1.17.1) (2026-06-25)
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
1118
## [1.17.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.16.0...sqlalchemy-bigquery-v1.17.0) (2026-05-06)
1219

1320

packages/sqlalchemy-bigquery/sqlalchemy_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "1.17.0"
20+
__version__ = "1.17.1"

0 commit comments

Comments
 (0)