Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the packaging library from version 24.2 to 25.0 across all platform-specific requirements files to resolve dependency conflicts with tox and pyproject-api packages that require packaging>=25.
- Updates packaging dependency version from 24.2 to 25.0
- Fixes CI build failures caused by incompatible dependency versions
- Ensures compatibility with newer versions of development tools
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | Updates packaging version to 25.0 for Windows platform |
| src/azure-cli/requirements.py3.Linux.txt | Updates packaging version to 25.0 for Linux platform |
| src/azure-cli/requirements.py3.Darwin.txt | Updates packaging version to 25.0 for macOS platform |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
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>
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Description
Bump
packagingto 25.0 to fix CI errorhttps://dev.azure.com/azclitools/public/_build/results?buildId=269015&view=logs&j=01b4a72e-3869-52eb-110d-7f0d8b784d9a&t=eabdfe33-575f-55d9-45e8-de3a854831ca&l=947
Luckily, this error is not causing any functionality error.