cdeepali opened a new issue, #26043:
URL: https://github.com/apache/beam/issues/26043

   ### What happened?
   
   protubuf has adopted a new versioning scheme announced at 
https://protobuf.dev/news/2022-05-06/#versioning. 
   
   As taken from 
https://github.com/protocolbuffers/protobuf/issues/12062#issue-1599797938:
   ```
   - C++ protobuf releases version numbered {major}.{minor}
   - Python protobuf adds 4. prefix to the versions (so git tag v21.12 becomes 
[4.21.12](https://pypi.org/project/protobuf/4.21.12/) on pypi).
   - Java add 3. prefix to the versions (hence git tag v21.12 becomes 
[3.21.12](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.21.12).
   ```
   So looks like there is a need to allow protobuf v4 at 
https://github.com/apache/beam/blob/v2.43.0/sdks/python/setup.py#L191 
   
   ### Issue Priority
   
   Priority: 3 (minor)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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]

Reply via email to