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/upgrade dependencies #35

Merged
merged 4 commits into from
Feb 28, 2022
Merged

Fix/upgrade dependencies #35

merged 4 commits into from
Feb 28, 2022

Conversation

jgresty
Copy link
Collaborator

@jgresty jgresty commented Feb 28, 2022

Main feature here is the update to pysnyk 0.8 which includes latest
changes to the snyk api so we are no longer calling deprecated
endpoints.

Also python 3.10 support!

Fixes #33 #32

Main feature here is the update to pysnyk 0.8 which includes latest
changes to the snyk api so we are no longer calling deprecated
endpoints.

Also python 3.10 support!
importlib.metadata was introduced in python 38, as we target 37 we need
to use importlib_metadata which is a backport.
At some point this probably worked but github changed their header
formatting so location no longer starts with a capital L.
@jgresty jgresty merged commit 6501e5a into develop Feb 28, 2022
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.

Adjust pysnyk usage to avoid calling deprecated API endpoints
1 participant