Don't depend on alpha release
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
The `azure-cli` Python package currently depends on an alpha release of `azure-datalake-store`.
https://github.com/Azure/azure-cli/blob/5699d13fc25642ffe83fe616d3ed0987ff83f870/src/azure-cli/setup.py#L59
Depending on an alpha release is poor form. It means that maintainers in other packaging ecosystems, like Conda-Forge, have to add alpha packages to their package indices.
### Related command
n.A.
### Errors
n.A.
### Issue script & Debug output
n.A.
### Expected behavior
I would expect Microsoft to stabilize the API of `azure-datalake-store`, release a 1.0.0 version, and update the dependencies in the [setup.py](https://github.com/Azure/azure-cli/blob/5699d13fc25642ffe83fe616d3ed0987ff83f870/src/azure-cli/setup.py#L59).
Ref.: https://github.com/Azure/azure-cli/issues/31356
Ref.: https://github.com/conda-forge/azure-datalake-store-feedstock/pull/14
### Environment Summary
n.A.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.