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

Limit Google Protobuf for compatibility with bigquery client #743

Merged
merged 4 commits into from
Aug 24, 2022

Conversation

sunank200
Copy link
Contributor

@sunank200 sunank200 commented Aug 24, 2022

Description

What is the current behavior?

The Biquery client does not work well with protobuf > 3.20.0

closes: #742
Also fixed in apache/airflow#25886

What is the new behavior?

  • Limit protobuf<=3.20.* in pyproject.toml

Does this introduce a breaking change?

No

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
@kaxil kaxil merged commit d6911b3 into main Aug 24, 2022
@kaxil kaxil deleted the protobuf-dependency-issue branch August 24, 2022 17:41
sunank200 added a commit that referenced this pull request Aug 24, 2022
The Biquery client does not work well with protobuf > 3.20.0

closes: #742
Also fixed in apache/airflow#25886

(cherry picked from commit d6911b3)
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.

Limit Google Protobuf for compatibility with bigquery client
2 participants