Azure / Azure/azure-sdk-for-python
azureml-mlflow 1.62.0 removed azure-common as dependency
Open
azureml-mlflow
customer-reported
needs-team-attention
question
Service Attention
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **Package Name**: `azureml-mlflow`
- **Package Version**: `1.62.0`
- **Operating System**: Ubuntu 22.04.5 LTS
- **Python Version**: 3.10
**Describe the bug**
A lot of our code that sends experiments to azureml breaks due to the lack of `azure-common` module on the new version.
```bash
ModuleNotFoundError: No module named 'azure.profiles'
```
**Additional context**
I mostly want to ask if this is a deliberate choice, so that we know if we should specifically version the `azure-common` package instead of relying on the `azureml-mlflow` package to pick the right version for it.
Contributor guide
Assessment
This issue has not been assessed yet.