-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Task]: Support Protobuf v4 in Python SDK. #24569
Comments
Requirements are specified in: https://github.com/apache/beam/blob/1ba7821a09cb1b9a1793f7044ed64aabf55f7713/sdks/python/setup.py Protobuf releases switched to v4 in: https://pypi.org/project/protobuf/#history Let's try to switch to Protobuf v4, or identify (what if anything) doesn't work. To avoid having a mismatch at startup and at runtime for this dependency, let's tighten the upper bound (e.g. |
@AnandInguva would you have time sometime this/next week to take a look if Protobuf v4 just works? Thanks. |
.take-issue |
We are still blocked on Tensorflow for the protobuf update. Tensorflow is still on |
I made an upstream issue to track this: |
What needs to happen?
Upgrade upper & lower bounds to use Protobuf v4.
Issue Priority
Priority: 2
Issue Component
Component: dependencies
The text was updated successfully, but these errors were encountered: