mik-laj commented on issue #9898: URL: https://github.com/apache/airflow/issues/9898#issuecomment-663901829
Unidecode has alternatives that use a different license model. https://pypi.org/project/text-unidecode/ I think it shouldn't be a problem to use it instead of the original one. We will not lose any functionality this way, but we will have to contribute to a few projects. A similar solution exists in jsonschema. https://github.com/Julian/jsonschema/blob/9d5edb4749ab1f6194aa5c7c099c6e6fd402c4cf/jsonschema/_format.py#L305-L324 ---------------------------------------------------------------- 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]
