Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Allow protobuf 6.x #2142

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

fix: Allow protobuf 6.x #2142

wants to merge 2 commits into from

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Mar 7, 2025

See https://pypi.org/project/protobuf/6.30.0/
See googleapis/gapic-generator-python#2347 for removing dev in setup.py

Adding do not merge as it's not clear if protobuf 6.x is being tested in the prerelease_deps nox session.

python-bigquery/noxfile.py

Lines 358 to 364 in f8572dd

@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
@_calculate_duration
def prerelease_deps(session):
"""Run all tests with prerelease versions of dependencies installed.
https://github.com/googleapis/python-bigquery/issues/95
"""

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 7, 2025
@parthea parthea added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed size: s Pull request size is small. labels Mar 7, 2025
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Mar 7, 2025
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Mar 7, 2025
@parthea
Copy link
Contributor Author

parthea commented Mar 7, 2025

This still requires more work to ensure that the latest pre-release versions are installed.

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-bigquery API. do not merge Indicates a pull request not ready for merge, due to either quality or timing. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant