Fix CI: pin importlib-metadata to 8.7.1 for Python 3.9 compatibility#25879
Draft
Copilot wants to merge 2 commits intodependabot/pip/importlib-metadata-9.0.0from
Draft
Fix CI: pin importlib-metadata to 8.7.1 for Python 3.9 compatibility#25879Copilot wants to merge 2 commits intodependabot/pip/importlib-metadata-9.0.0from
Copilot wants to merge 2 commits intodependabot/pip/importlib-metadata-9.0.0from
Conversation
…ility Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/a3014bb3-553e-4713-9cb4-87398b293c40
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions workflow for VSIX creation
Fix CI: pin importlib-metadata to 8.7.1 for Python 3.9 compatibility
Mar 24, 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.
importlib-metadata==9.0.0(resolved byuv pip compilewithout a target Python version) requires Python >=3.10, but the VSIX build job runs under Python 3.9 — causing pip to reject the package entirely.Changes
requirements.txt: Regenerated with--python-version 3.9, resolvingimportlib-metadatato8.7.1(latest version supporting Python 3.9) and updating itszippdependency hash accordingly.requirements.in: Updated the regeneration command comment to include--python-version 3.9to prevent the same regression when the file is regenerated in the future.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
releases.astral.sh/home/REDACTED/.local/bin/uv /home/REDACTED/.local/bin/uv pip compile --generate-hashes --python-version 3.9 requirements.in -o /tmp/new_requirements.txt(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.