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

fix: bump python plugin version to include multiple fixes #1628

Merged
merged 1 commit into from
Feb 10, 2021

Commits on Feb 10, 2021

  1. fix: bump python plugin version to include multiple fixes for Poetry

    Bumps the python plugin to include the following fixes:
    - Stop parser from trying to look up packages not propagated to the lockfile (wheel, distributed, pip, setuptools)
    - Stop parser from failing when unable to locate dependency in lockfile and to instead log a warning. This could be because of python requirements allowing it in the manifest but not actually installing it and adding a lockfile entry or because of how Poetry treats the use of underscores and hyphens when installing packages
    - Reversed PR that introduced swapping underscores in manifest for hyphens in lockfile. This was due to a misunderstanding of how Poetry worked and is remediated by the above.
    dtrunley-snyk committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    eaaf348 View commit details
    Browse the repository at this point in the history