Skip to content

Commit 4ae59e4

Browse files
chore(main): release sqlalchemy-bigquery 1.17.1
1 parent 4f5593a commit 4ae59e4

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
@@ -4,5 +4,5 @@
44
"packages/google-cloud-firestore": "2.27.0",
55
"packages/google-crc32c": "1.8.0",
66
"packages/pandas-gbq": "0.35.0",
7-
"packages/sqlalchemy-bigquery": "1.17.0"
7+
"packages/sqlalchemy-bigquery": "1.17.1"
88
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ libraries:
25762576
python:
25772577
library_type: CORE
25782578
- name: sqlalchemy-bigquery
2579-
version: 1.17.0
2579+
version: 1.17.1
25802580
skip_release: true
25812581
python:
25822582
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-18)
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)