Skip to content

Conversation

@daniel-sanche
Copy link
Contributor

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620

db-dtypes: 1.5.0

1.5.0 (2025-12-15)

Features

@daniel-sanche daniel-sanche requested review from a team as code owners December 15, 2025 21:24
@daniel-sanche daniel-sanche requested a review from tswast December 15, 2025 21:24
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. labels Dec 15, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @daniel-sanche, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is an automated chore initiated by the Librarian CLI to prepare for the release of db-dtypes version 1.5.0. The primary purpose is to update versioning information across relevant files and document the key feature of Python 3.14 support, which is included in this new version. Merging this PR will finalize the release process for the db-dtypes library.

Highlights

  • New Release: This pull request prepares for the release of db-dtypes version 1.5.0.
  • Python 3.14 Support: The new release includes added support for Python 3.14.
  • Automated Release Process: This PR was automatically generated by the Librarian CLI, and merging it will trigger the official release of db-dtypes version 1.5.0.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated release for version 1.5.0 of db-dtypes, which adds support for Python 3.14. The changes correctly update the version in the project files. However, I've found some issues in the auto-generated CHANGELOG.md file where the links for the new release are incorrect, pointing to the wrong repository and using an incorrect base version for comparison. This appears to be due to the release tool using a stale version from .librarian/state.yaml. My review includes a suggestion to fix these links.

Comment on lines +7 to +12
## [1.5.0](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.4.3...db-dtypes-v1.5.0) (2025-12-15)


### Features

* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/google-cloud-python/commit/c164a47be909203606cf982d6f0becc6c8efdb09))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The generated links in this changelog entry appear to be incorrect.

  • The repository in the URLs is google-cloud-python, but it should be python-db-dtypes-pandas.
  • The version comparison in the release link is against v1.4.3, but the previous version was 1.4.4 (as seen in db_dtypes/version.py before this change).
  • The tag format db-dtypes-vX.Y.Z is inconsistent with previous entries which use vX.Y.Z.

I've suggested a fix that aligns with the previous changelog entries.

Suggested change
## [1.5.0](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.4.3...db-dtypes-v1.5.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/google-cloud-python/commit/c164a47be909203606cf982d6f0becc6c8efdb09))
## [1.5.0](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.4...v1.5.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/python-db-dtypes-pandas/commit/c164a47be909203606cf982d6f0becc6c8efdb09))

@daniel-sanche daniel-sanche merged commit 58dc6fd into main Dec 15, 2025
25 checks passed
@daniel-sanche daniel-sanche deleted the librarian-20251215T132415Z branch December 15, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants