{Packaging} Bump knack to 0.14.0#33377
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
This PR updates Azure CLI’s core knack framework dependency from 0.11.0 to 0.14.0 across packaging metadata and platform-specific pinned requirement files.
Changes:
- Bumps the
azure-cli-coredependency declaration toknack~=0.14.0. - Updates Darwin, Linux, and Windows pinned requirements to
knack==0.14.0.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/azure-cli-core/setup.py |
Updates the core package dependency range for knack. |
src/azure-cli/requirements.py3.Darwin.txt |
Updates the macOS pinned knack dependency. |
src/azure-cli/requirements.py3.Linux.txt |
Updates the Linux pinned knack dependency. |
src/azure-cli/requirements.py3.windows.txt |
Updates the Windows pinned knack dependency. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b461fa9 to
e0b339d
Compare
Description
Bumps the
knackdependency from0.11.0to0.14.0.Updated files:
src/azure-cli-core/setup.py—knack~=0.11.0→knack~=0.14.0src/azure-cli/requirements.py3.Darwin.txt—knack==0.11.0→knack==0.14.0src/azure-cli/requirements.py3.Linux.txt—knack==0.11.0→knack==0.14.0src/azure-cli/requirements.py3.windows.txt—knack==0.11.0→knack==0.14.0Testing Guide
CI should validate that the new
knackversion is installable and all existing tests pass.History Notes
[Component Governance] Bump
knackfrom0.11.0to0.14.0.