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

Set maximum version for packaging, which has removed LegacyVersion #427

Merged
merged 2 commits into from
Dec 8, 2022
Merged

Set maximum version for packaging, which has removed LegacyVersion #427

merged 2 commits into from
Dec 8, 2022

Conversation

haydngreatnews
Copy link
Contributor

pip-audit uses packaging.version.LegacyVersion to parse some version numbers, and this is removed in packaging 22.0 (pypa/packaging#407)

Closes #426

pip-audit uses `packaging.version.LegacyVersion` to parse some version numbers, and this is removed in packaging 22.0 (pypa/packaging#407)

Closes #426
@tetsuo-cpp tetsuo-cpp self-assigned this Dec 8, 2022
Copy link
Contributor

@tetsuo-cpp tetsuo-cpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @haydngreatnews!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatibility with packaging>=22.0: cannot import name 'LegacyVersion' from 'packaging.version'
2 participants