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(deps): require protobuf<4.0.0 on v1 branch #1271

Merged
merged 2 commits into from
Jun 7, 2022
Merged

fix(deps): require protobuf<4.0.0 on v1 branch #1271

merged 2 commits into from
Jun 7, 2022

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Jun 7, 2022

No description provided.

@parthea parthea requested review from a team and prash-mi June 7, 2022 14:20
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery API. labels Jun 7, 2022
@@ -206,7 +206,7 @@ def blacken(session):
def docs(session):
"""Build the docs."""

session.install("ipython", "recommonmark", "sphinx<3.0.0", "sphinx_rtd_theme")
session.install("ipython", "recommonmark", "sphinx<3.0.0", "jinja2<3.1", "sphinx_rtd_theme")
Copy link

Choose a reason for hiding this comment

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

This is a really old version of Sphinx. I would recommend updating it, but doesn't need to be in this PR.

@parthea parthea merged commit 3dbeb72 into v1 Jun 7, 2022
@parthea parthea deleted the pin-protobuf-v1 branch June 7, 2022 23:47
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. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants