-
Notifications
You must be signed in to change notification settings - Fork 35
Closed as not planned
Description
π Template Sync Required
Changes from the upstream vscode-python-tools-extension-template have not yet been incorporated into this repository.
Source PR
- pip(deps): bump packaging from 24.2 to 26.0Β vscode-python-tools-extension-template#254 β pip(deps): bump packaging from 24.2 to 26.0
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 pinspackaging==24.2. The template has updated topackaging==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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels