Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the PyJWT dependency from version 2.4.0 to 2.10.1 across all platform-specific requirements files to resolve dependency issues and modernize the library version, as the previous version was 3 years old.
- Updates PyJWT version specification from 2.4.0 to 2.10.1
- Applies the version bump consistently across Windows, Linux, and Darwin platforms
- Addresses dependency compatibility issues referenced in GitHub issue #8984
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 PyJWT version for Windows platform |
| src/azure-cli/requirements.py3.Linux.txt | Updates PyJWT version for Linux platform |
| src/azure-cli/requirements.py3.Darwin.txt | Updates PyJWT version for Darwin/macOS platform |
|
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>
|
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
This PR bumps pyjwt to the latest stable one to remove the dependency issue. and pyjwt 2.4.0 is 3 years old already.
Azure/azure-cli-extensions#8984
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.