Bump importlib-metadata from 8.7.1 to 9.0.0#25878
Merged
Conversation
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.7.1 to 9.0.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.1...v9.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…9.0.0 (#25879) `importlib-metadata==9.0.0` requires Python >=3.10, but the VSIX build job was running under Python 3.9 — causing pip to reject the package entirely. Since Python 3.9 is EOL, the fix is to upgrade the build environment rather than downgrade the package. ## Changes - **`.github/actions/build-vsix/action.yml`**: Updated the JediLSP build step from Python 3.9 to Python 3.10, unblocking `importlib-metadata==9.0.0`. <!-- START COPILOT CODING AGENT SUFFIX --> <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > Fix the failing GitHub Actions workflow "PR/CI Check / Create VSIX (ubuntu-latest, x86_64-unknown-linux-musl, alpine-x64) (pull_request)". > Analyze the workflow logs, identify the root cause of the failure, and implement a fix. > Job ID: 68304650771 > Job URL: /microsoft/vscode-python/actions/runs/23474615229/job/68304650771?pr=25878 </details> <!-- START COPILOT CODING AGENT TIPS --> --- 📱 Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs), available on iOS and Android. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
|
@copilot Use 3.10 for Python Tests instead of 3.9 |
Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/84bcccdc-ad5e-4bf0-8638-02ef16db88bf Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
|
@copilot Fix lint issues |
Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/ddae7324-a3ac-48a8-a765-612319ecb9e6 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
rzhao271
approved these changes
Mar 31, 2026
dmitrivMS
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps importlib-metadata from 8.7.1 to 9.0.0.
Changelog
Sourced from importlib-metadata's changelog.
Commits
a9f883fFinalize9b0dfdfRaise an exception when no metadata file is found (#532)0f2229cMerge branch 'main' into feature/no-metadata-exception2f4088eRemove news fragments about internal details.0ac2720Add news fragment.a5c2154Finalizee66e226Drop support for EOL Python 3.9 (#530)6027933Add news fragment.b89388aImport os_helper directly.2dcb761Add uniform exclusions for test.support.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)