tvalentyn commented on issue #24569: URL: https://github.com/apache/beam/issues/24569#issuecomment-1341077566
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. `protobuf<=4.21.11` and rely on dependabot for perodic upgrades, or otherwise make periodic upgrades for every release milestone if we still need special casing (which is the case for MacOS now), how we do with cloudpickle, see: https://github.com/apache/beam/issues/23119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
