{Packaging} Bump dependencies for supporting Python 3.14#32859
{Packaging} Bump dependencies for supporting Python 3.14#32859
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 several dependency versions to enable Python 3.14 support in the Azure CLI. The changes focus on bumping three key packages: msal-extensions, portalocker, and pywin32, ensuring compatibility with the newer Python version.
Changes:
- Updated
msal-extensionsfrom 1.2.0 to 1.3.1 - Updated
portalockerfrom 2.3.2 to 3.2.0 (with constraint adjusted to <4) - Updated
pywin32from 310 to 311
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | Updated dependency versions for Windows platform |
| src/azure-cli/requirements.py3.Linux.txt | Updated dependency versions for Linux platform |
| src/azure-cli/requirements.py3.Darwin.txt | Updated dependency versions for macOS platform |
| src/azure-cli-telemetry/setup.py | Relaxed portalocker version constraint to allow 3.x versions |
| src/azure-cli-core/setup.py | Updated msal-extensions to newer version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Bump dependencies for supporting Python 3.14.