Conversation
|
add to S167 |
|
this is related to issue #12582 |
|
Hi, @kapilt, appreciated the contribution! Could you give us some context about the upgrade of wheel? |
|
its causing spurious upgrades/downgrades for projects with azure-cli-core as a dependency. the underlying wheel api here is public and stable so its unclear why its pinned at all. probably the bigger issue, its also unclear why its being listed as an install dep since its not used by the library just the wheel packaging. |
|
We should all the wheel version for all packages inside Azure/azure-cli. |
|
Original PR to pin wheel to 0.30.0: #8896. As long as the issue no longer exists, we should upgrade wheel probably with 'wheel~=0.34.2' or even unpin it. |
|
Add context:
If this upgrad, need to take care of this hotfix. |
|
Sorry, upgrade of wheel needs to involve modifying our infrasturre on how to identify Python package. It needs a bit effort to refactor. |
|
Relaxed the limit in #12782. |
|
Sorry, plan changed, since relax this need more tests, reverted in #13198 |
addresses #12582
History Notes:
[azure-cli-core]: upgrade wheel package