Skip to content

feat: check python and dependency versions in bigquery and ndb - #18075

Open
ohmayr wants to merge 1 commit into
mainfrom
feat/handwritten-pqc-deprecation-warning
Open

feat: check python and dependency versions in bigquery and ndb#18075
ohmayr wants to merge 1 commit into
mainfrom
feat/handwritten-pqc-deprecation-warning

Conversation

@ohmayr

@ohmayr ohmayr commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Adds check_python_version(__name__) and check_dependency_versions(__name__) to google.cloud.bigquery and google.cloud.ndb at package import time.
This establishes parity with the standard GAPIC-generated packages across the repository and ensures deprecation notices (such as Python version deprecations and upcoming grpcio >= 1.83.0 PQC requirements) are consistently emitted when these packages are imported.

Towards: b/537446703

@ohmayr
ohmayr requested review from a team as code owners August 11, 2026 19:03
@ohmayr
ohmayr requested review from shuoweil and removed request for a team August 11, 2026 19:03
@ohmayr
ohmayr force-pushed the feat/handwritten-pqc-deprecation-warning branch from dcae2d5 to 3e9304a Compare August 11, 2026 19:08

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

Copy link
Copy Markdown
Contributor

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 adds Python version and dependency version checks using google.api_core during the initialization of the google-cloud-bigquery and google-cloud-ndb packages. There are no review comments, and I have no feedback to provide.

@ohmayr
ohmayr force-pushed the feat/handwritten-pqc-deprecation-warning branch from 3e9304a to 402b8da Compare August 11, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants