Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift requirement that .egg-info filenames must include version #6179

Merged
merged 1 commit into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. Lift requirement that .egg-info filenames must include version

    PR astral-sh#4533 introduced (almost) spec compliant parsing of .egg-info
    filenames, but added the overly strict requirement that the distribution
    version must be present. This causes various `uv pip` operations to fail
    in environments where there are .egg-info files without a version
    component, so loosen this check by making the version component optional
    and reading the version from the egg metadata when it is not present.
    severen committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7c192c5 View commit details
    Browse the repository at this point in the history