tvalentyn commented on issue #10821: Install typing package only for Python < 3.5 URL: https://github.com/apache/beam/pull/10821#issuecomment-596817171 > typing_extensions is always required. I think the requirements should look like this: > > ``` > 'typing>=3.7.0,<3.8.0; python_version < "3.5.3"', > 'typing-extensions>=3.7.0,<3.8.0 > ``` SGTM; @cghawthorne - could you please give it a try? Let's see if tests are passing.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
