calvin-scio opened a new issue, #26356: URL: https://github.com/apache/beam/issues/26356
### What would you like to happen? I noticed in [these lines](https://github.com/apache/beam/blob/release-2.46.0/sdks/python/setup.py#L183-L189) of setup.py that on Python3.10 the protobuf versions are highly restricted `['protobuf>3.12.2,<3.19.5']`. Sadly, my repository has a number of other dependencies that require a more forward version of protobuf (google-api-core, tensorflow), and was wondering if there's work in progress to lift the restriction / fix incompatibilities and allow >=3.19.5. Or, is there a workaround to allow these other libraries able to coexist? (I am on Darwin, M1, python3.10). Thanks so much! ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### 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]
