potiuk commented on PR #28962: URL: https://github.com/apache/airflow/pull/28962#issuecomment-1383268611
> Not sure about the dnspython being added to async packages extra group though? I thin, it is the easiest way to handle the problem. The problem is tha whenever eventlet is installed and imported, it attempts to patch dnspython if it finds it during import (!) (and fails). So basically when we install eventlet we should never, ever (until it is fixed) allow dnspython 2.3.0 to be installed, because importing eventlet will fail 🤷 The only way to do it is to add dnspython in all extras that also install eventlet (we have no other way to limit dnspython but adding it to extra's requires). -- 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]
