π Template Sync Required
Changes from the upstream vscode-python-tools-extension-template have not yet been incorporated into this repository.
Source PR
Summary
The template bumped the shared packaging library (used for Python version parsing) from 24.2 to 26.0. This repository still pins packaging==24.2 in requirements.txt.
Files with missing changes
requirements.txt β Still pins packaging==24.2. The template has updated to packaging==26.0.
Suggested fix
Regenerate requirements.txt using uv pip compile to pick up the updated packaging version and any updated transitive dependencies:
uv pip compile --generate-hashes --upgrade-package packaging -o ./requirements.txt ./requirements.in
π€ This issue was auto-generated by the extension-template-sync workflow.
Generated by Extension Template Sync
π Template Sync Required
Changes from the upstream vscode-python-tools-extension-template have not yet been incorporated into this repository.
Source PR
Summary
The template bumped the shared
packaginglibrary (used for Python version parsing) from 24.2 to 26.0. This repository still pinspackaging==24.2inrequirements.txt.Files with missing changes
requirements.txtβ Still pinspackaging==24.2. The template has updated topackaging==26.0.Suggested fix
Regenerate
requirements.txtusinguv pip compileto pick up the updatedpackagingversion and any updated transitive dependencies:π€ This issue was auto-generated by the
extension-template-syncworkflow.