eladkal opened a new pull request, #63896: URL: https://github.com/apache/airflow/pull/63896
fab provider directly imports marshmallow https://github.com/apache/airflow/blob/e2e56c2b31f4a12b29286b2115cf0634645fa969/providers/fab/src/airflow/providers/fab/auth_manager/cli_commands/user_command.py#L30-L31 yet it was not listed in the provider dependencies. I assume we didn't detect it because the packages comes from another dependency we have but regardless since we are using it directly in the code we should add it explicitly. -- 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]
