-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
NumberFormatException with too long patch numbers #43
Comments
Hi @jmfernandez thanks for reporting.
If yes, feel free to use it if the matter is urgent. |
Hi @pilosus ,
The constraints file which leads to this is available at https://github.com/inab/WfExS-backend/blob/b058b538f3334a4b8c657a541dc9b9fb40434f55/constraints-3.11.txt I have been able to reproduce it locally through the the docker image:
Hope this helps! |
I have been able to narrow it down to the specific case of |
@jmfernandez should be fixed with:
let me know if it solves both bugs |
I can confirm you it fixes the issue with the action. Thanks! |
I have this action integrated in one of my Python projects, so each time a push is done, it checks the licences of the needed Python packages. The list is obtained through
pip freeze
.The point is that the issue described at pilosus/pip-license-checker#136 has started happening due a too long patch number in an indirect dependency (in this case
schema-salad-8.4.20230213094415
).Once the issue is fixed at https://github.com/pilosus/pip-license-checker in a newer release, could you also release an update of the action using that newer release, please? Current one is using 0.44.0
action-pip-license-checker/Dockerfile
Line 1 in 941b76d
Thanks in advance!
The text was updated successfully, but these errors were encountered: