You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before proceeding, please make sure to follow these steps:
I have checked for similar issues in the project's issue tracker.
I have searched closed issues to see if a similar problem was reported
before.
Issue Details
Hello! I'm using licensecheck to check dependencies in a poetry project and the command licensecheck -u poetry:dev --zero is not working anymore. What is the option to check required + dev dependencies in a poetry project using this new version?
Another thing, if I run licensecheck --group dev --zero it just check dev dependencies and a weird thing is happening: it marks licensecheck as an UNKNOW license!
Hi thanks for the nudge. Life is super busy atm. Yes there are breaking changes is new versions. I've attempted to document this best I can for now, though this is wip
Thanks for this tool and the documentation, great work!
Just curious since you're linking the docs, is this expected to work? I never had this working before but using 2025.1.0 now with poetry and we define dev dependencies under [tool.poetry.group.dev.dependencies].
Running licensecheck works just fine with the new uv resolver. However, when I try -g dev as per this issue, I get this warning too, but it does seem to do something different. The output now contains dev dependencies (such as licensecheck itself) but all packages are now printed in SCREAMING-KEBAB-CASE. Also some of the dependencies seen without the group are now gone - but not all.
Just to confirm, is this the expected behavior? I consulted the docs you linked but can't find a way to always include all group, is that possible? Lastly, would your recommended workaround be to swap out poetry to uv for best compatibility?
Uh oh!
There was an error while loading. Please reload this page.
Before You Begin
Before proceeding, please make sure to follow these steps:
before.
Issue Details
Hello! I'm using licensecheck to check dependencies in a poetry project and the command
licensecheck -u poetry:dev --zero
is not working anymore. What is the option to check required + dev dependencies in a poetry project using this new version?Another thing, if I run
licensecheck --group dev --zero
it just check dev dependencies and a weird thing is happening: it markslicensecheck
as an UNKNOW license!(aws-lambda-powertools-py3.9) ➜ aws-lambda-powertools-v3 git:(dependabot/pip/develop/licensecheck-2025.0.1) ✗ pip list |grep licensecheck licensecheck 2025.0.1
Expected Behavior
Old commands continues working.
Actual Behavior
Not working
Thank you
System Information
Please provide the following additional information about your system or
environment:
The text was updated successfully, but these errors were encountered: