-
Notifications
You must be signed in to change notification settings - Fork 23
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
Komodo-check-pypi should include additional dependencies added between versions #459
Comments
It seems like pypi only gives dependency for the entire package, not the specific version. It also probably shows the requirements of the latest version, which is not always the one we want in case something is pinned. |
We can check the dependencies of each release of a package through pypi (ex: https://pypi.org/pypi/pytest/8.0.0/json), but if we check every package, and every dependency, and every dependency of that dependency, we might get rate limited by pypi. |
There might be additional dependencies added between package versions. Komodo-check-pypi should include those, and also add them to the repository file. It should also remove dependencies not required by the new version.
The text was updated successfully, but these errors were encountered: