Describe the bug
The azure-cli Python package currently depends on an alpha release of azure-datalake-store.
|
'azure-datalake-store~=1.0.0a0', |
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.
Ref.: #31356
Ref.: conda-forge/azure-datalake-store-feedstock#14
Environment Summary
n.A.
Additional context
No response
Describe the bug
The
azure-cliPython package currently depends on an alpha release ofazure-datalake-store.azure-cli/src/azure-cli/setup.py
Line 59 in 5699d13
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.Ref.: #31356
Ref.: conda-forge/azure-datalake-store-feedstock#14
Environment Summary
n.A.
Additional context
No response