TheNeuralBit opened a new issue, #23261: URL: https://github.com/apache/beam/issues/23261
### What happened? See https://github.com/apache/beam/pull/23239 which attempted to perform the upgrade. We get the error: ``` apache_beam/ml/gcp/visionml_test.py:36: in <module> from apache_beam.ml.gcp import visionml apache_beam/ml/gcp/visionml.py:57: in <module> class AnnotateImage(PTransform): apache_beam/ml/gcp/visionml.py:156: in AnnotateImage Union[str, bytes], Optional[vision.types.ImageContext]) E AttributeError: module 'google.cloud.vision' has no attribute 'types' ``` ### Issue Priority Priority: 2 ### Issue Component Component: io-py-gcp -- 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]
