-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Request to bump the version of pkginfo #31320
Copy link
Copy link
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
The currently specified pkginfo version is 1.8.2, which cannot parse the conten with
Metadata-Version: 2.4in egg.info (setuptools >=77.0, see release note). As a result, the cli-extensions installed in dev mode will display the version asunknownin commands such asaz version.Related command
az versionErrors
version is shown as unknown
Issue script & Debug output
version is shown as unknown
Expected behavior
version is shown normally
Environment Summary
azure-cli 2.72.0
core 2.72.0
telemetry 1.1.0
Extensions:
aks-preview Unknown (dev) /Volumes/SN/Users/fuming/azure-cli-extensions/src/aks-preview
Dependencies:
msal 1.32.0
azure-mgmt-resource 23.1.1
Python location '/Volumes/SN/Users/fuming/aenv/bin/python'
Config directory '/Users/zhangfuming/.azure'
Extensions directory '/Users/zhangfuming/.azure/cliextensions'
Development extension sources:
/Volumes/SN/Users/fuming/azure-cli-extensions
Python (Darwin) 3.12.10 (main, Apr 8 2025, 11:35:47) [Clang 16.0.0 (clang-1600.0.26.6)]
Additional context
No response