cyclonedx-python-lib
cyclonedx-python-lib copied to clipboard
`LicenseExpression`'s optional arguments should be named arguments
current implementation has an architectural lock in:
LicenseExpression's optional arguments are positional arguments.
it would be better to have them as named arguments, so we could rearrange these arguments at will ...
implementation finished
was released via https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v8.0.0