chadrik edited a comment on pull request #15233: URL: https://github.com/apache/beam/pull/15233#issuecomment-894732538
The only object from typing_extensions that Beam is using is `Protocol`. In the early days of typing, when python2 was still around there were innumerable incompatibilities between various versions of python <> typing <> typing_extensions, so I think this narrow version range was made either due to an issue at the time, or out of an abundance of caution. I haven't tried newer versions of typing_extensions with python 3.7, so I don't know if there are any issues, but I too would like to use a newer version of typing_extensions, so if the tests are passing I'm all for it. -- 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]
