potiuk commented on PR #43020: URL: https://github.com/apache/airflow/pull/43020#issuecomment-2415148863
> Not sure if there's no difference between a -(hyphen) and _(underscore) when downloading/installing packages. Officially, its requests-toolbelt according to pypi - https://pypi.org/project/requests-toolbelt Package names are normalized (approved in PEP 503 - https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization) - see Normalization specification - https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization The two names are equivalentm but we want to use the "normalized" name, so the change is perfectly fine. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
