damccorm opened a new issue, #21019: URL: https://github.com/apache/beam/issues/21019
Some libraries from the [GCP requirements](https://github.com/apache/beam/blob/cbb363f2f01d44dd3f7c063c6cd9d529b5fa9104/sdks/python/setup.py#L188) of the Apache Beam Python package reference old versions, e.g. Bigtable and Spanner (that had several major version bumps since). The setup file describes those dependencies as only being required by tests, but it looks like [some transforms](https://github.com/apache/beam/blob/cbb363f2f01d44dd3f7c063c6cd9d529b5fa9104/sdks/python/apache_beam/io/gcp/experimental/spannerio.py) are referencing them. Therefore I'm not sure of the real cost behind upgrading them. I'm currently using the Spanner client in a custom transform, but I have to stick to the `google-cloud-spanner` version used by Apache Beam. Would it be possible to upgrade those dependencies? Cheers, Flo Imported from Jira [BEAM-12817](https://issues.apache.org/jira/browse/BEAM-12817). Original Jira may contain additional context. Reported by: flovouin. -- 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]
