az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
It looks like inconsistent python package metadata causes pip to download all available versions of multiple dependencies which timeouts in CI tracks.
To Reproduce
pip install -U azure-cli==2.25.0
Expected behavior
Environment summary
Additional context
Workaround is to install previous release
pip install -U azure-cli==2.24.2