apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.9k stars 4.27k forks source link

Remove oauth2client dependency #19396

Closed kennknowles closed 2 months ago

kennknowles commented 2 years ago

This dependency is deprecated with a suggested upgrade path of: google-auth and oauthlib.

However, other dependencies (e.g. google-apitools and googledatastore) also depends on it.

Imported from Jira BEAM-7352. Original Jira may contain additional context. Reported by: altay.

fpopic commented 2 months ago

@damccorm @kennknowles

I believe this can be closed since https://github.com/apache/beam/pull/15004 was merged?

damccorm commented 2 months ago

Agreed - thanks