pankajkoti commented on PR #33040: URL: https://github.com/apache/airflow/pull/33040#issuecomment-1663696347
@nathadfield Looking at the Changelog for https://pypi.org/project/azure-mgmt-containerinstance/10.1.0/, if you scroll down the release notes, it says the credentials param was renamed to credential in 7.0.0 release. But, we have a pinned requirement in the requirements for it - `azure-mgmt-containerinstance>=1.5.0,<2.0` here https://github.com/apache/airflow/blob/main/airflow/providers/microsoft/azure/provider.yaml#L80, hence tests seem to be feeling as they are installing a lower version. I am not sure why we have that pin and there's only a TODO saying that we need to upgrade those. Maybe you know someone in the community who we can ask regarding this? 🤔 -- 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]
