xylar opened a new issue #22551: URL: https://github.com/apache/airflow/issues/22551
### Description It appears that the `microsoft-azure` provider only depends on `azure-keyvault-secrets`: https://github.com/apache/airflow/blob/388723950de9ca519108e0a8f6818f0fc0dd91d4/airflow/providers/microsoft/azure/secrets/key_vault.py#L24 and not the other 2 packages in the `azure-keyvault` metapackage. ### Use case/motivation I am the maintainer of the `apache-airflow-providers-*` packages on `conda-forge` and I'm running into small issues with the way `azure-keyvault` is maintained as a metapackage on `conda-forge`. I think depending on `azure-keyvault-secrets` explicitly would solve my problem and also provide better clarity for the `microsoft-azure` provider in general. ### Related issues https://github.com/conda-forge/azure-keyvault-feedstock/issues/6 https://github.com/conda-forge/apache-airflow-providers-microsoft-azure-feedstock/pull/13 ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
