potiuk commented on issue #9898: URL: https://github.com/apache/airflow/issues/9898#issuecomment-664001287
@mik-laj : Unidecode is a transitive dependency of nvd3 -> slugify, so short of vendoring those in (which we did in the past) we cannot do much about it. But this one of the reasons why we do not have to do it because it actually uses text-unidecode which supports [Artistic Licence](https://opensource.org/licenses/Artistic-Perl-1.0). While the licence has been criticised in the past for being too vague (https://en.wikipedia.org/wiki/Artistic_License) unlike GPL, IMHO we should not have any problems with it. Here relevant fragment of pipdeptree: ``` - python-nvd3 [required: ~=0.15.0, installed: 0.15.0] - Jinja2 [required: >=2.8, installed: 2.11.2] - MarkupSafe [required: >=0.23, installed: 1.1.1] - python-slugify [required: >=1.2.5, installed: 4.0.1] - text-unidecode [required: >=1.3, installed: 1.3] ``` ---------------------------------------------------------------- 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]
