chadrik commented on issue #10821: Install typing package only for Python < 3.5
URL: https://github.com/apache/beam/pull/10821#issuecomment-596807979
 
 
   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
   ```

----------------------------------------------------------------
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

Reply via email to