Skip to content

Template Sync: pip(deps): bump packaging from 24.2 to 26.0Β #484

@github-actions

Description

@github-actions

πŸ”„ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions