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 kserve transitive dependency licensing issues #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Eta0
Copy link
Contributor

@Eta0 Eta0 commented Apr 25, 2023

Start of a fix for #183. Docker images still need to be rebuilt and re-published with updated dependencies.

This adds an extra requirement of -e git+https://github.com/AleksTk/table-logger@3cab68c59062ce4d9cb3b667f64e83a23789bf63#egg=table-logger alongside older kserve and kfserving dependencies in the online-inference examples.

  • There is no PyPI release available with the updated license, so this installs the first Git version of the library with the updated license. It is otherwise identical to the latest PyPI release of table-logger (version 0.3.6).
  • -e (editable mode) is necessary with the Git installation because otherwise the MIT license file isn't properly bundled.

@Eta0 Eta0 linked an issue Apr 25, 2023 that may be closed by this pull request
@Eta0 Eta0 requested a review from wbrown May 2, 2023 15:59
Copy link
Contributor

@wbrown wbrown left a comment

Choose a reason for hiding this comment

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

👍

@wbrown
Copy link
Contributor

wbrown commented May 2, 2023

Screenshot 2023-05-02 at 2 33 09 PM

@Eta0 Unfortunately, `snyk` does not appear to be appeased.

@Eta0
Copy link
Contributor Author

Eta0 commented May 2, 2023

@Eta0 Unfortunately, snyk does not appear to be appeased.

A plague o' their houses. I can wrangle up an ignore file for it to add here.

NonpareilNic pushed a commit to DuckTapeDevOps/kubernetes-cloud that referenced this pull request Aug 21, 2023
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.

KServe transitive dependency license issue
2 participants