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
I've started using cyclonedx-py with Poetry 2.0.1 in requirements mode, and the main issue I've run into so far is not reading metadata from the PEP 621 [project] section.
Initially I was getting a CRITICAL | CDX > 'name' fatal error, but adding a duplicate of the name field in the [tool.poetry] section fixed that (though now Poetry emits a warning about duplicate fields).
(This may be irrelevant if I switch over to using uv for packaging, though.)
poetry v2 just got released: https://github.com/python-poetry/poetry/releases/tag/2.0.0
add support for it and it's new features, if any
pytproject.toml
declarations?The text was updated successfully, but these errors were encountered: