tvalentyn commented on issue #10821: Install typing package only for Python < 3.5 URL: https://github.com/apache/beam/pull/10821#issuecomment-596800854 So the tests fail because `typing_extensions.Protocol` is used in `fn_api_runner.py`, so we would need to make change there; from the discussion above @chadrik was thinking this through. @chadrik - do you have any suggestions how to reconcile dropping typing backports and using `typing_extensions.Protocol` ? Is there a concurrent change you are working on?
---------------------------------------------------------------- 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
