Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
libraries:
- id: sqlalchemy-bigquery
version: 1.16.0
version: 1.17.0
last_generated_commit: ""
apis: []
source_roots:
- .
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Older versions of this project were distributed as [pybigquery][0].

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

## [1.17.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.16.0...sqlalchemy-bigquery-v1.17.0) (2025-11-13)


### Features

* some feature ([1977c04e6be1e12e37ac2e2b93ad59802038f212](https://github.com/googleapis/google-cloud-python/commit/1977c04e6be1e12e37ac2e2b93ad59802038f212))


[pybigquery PyPI History][2]

Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# Generated by synthtool. DO NOT EDIT!


from __future__ import absolute_import

from functools import wraps
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_bigquery/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0"
__version__ = "1.17.0"