damccorm commented on issue #27326: URL: https://github.com/apache/beam/issues/27326#issuecomment-1906201239
@shunping could you add a comment with a link to this issue alongside the dependency in https://github.com/apache/beam/blob/master/sdks/python/setup.py? I'd like to avoid us bumping it without understanding the context. Its also worth noting that we're actually at risk today. It looks like we're pinned to `google-cloud-storage>=2.14.0,<3`, but this could break if they release `2.15.0` without the internal field (and someone's other dependencies caused `2.15.0` to get installed). I think we can probably live with that risk since the fix should be relatively straightforward (force a lower version of the dependency), but it is a risk nonetheless. -- 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]
