villebro opened a new pull request #12648: URL: https://github.com/apache/superset/pull/12648
### SUMMARY When installing and running Superset 1.0.0 on Python 3.8 via `pip`, an exception is raised for a missing module. This due to the [`typing-extensions`](https://pypi.org/project/typing-extensions/) package not being pulled in automatically on Python 3.8, which is needed to support [`typing.Literal`](https://docs.python.org/3/library/typing.html#typing.Literal) on Python 3.7 and being used in `superset/utils/log.py` (introduced in #11927). ### TEST PLAN Test locally that Superset works on both 3.7 and 3.8 ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: closes #12647 - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
