- Use uv to parse dependencies before falling back to the native resolver - deprecate the native resolver as many 3rd party libs (uv/pip/poetry) have done better
2024.2
- Add html output using `markdown` lib https://github.com/FHPythonUtils/LicenseCheck/issues/77
2024.1.5
- fix critical TypeError: can only join an iterable
2024.1.4
- fix critical https://github.com/FHPythonUtils/LicenseCheck/issues/75 where importlib.metadata.PackageMetadata.json does not exist in Python < 3.10
- fix https://github.com/FHPythonUtils/LicenseCheck/issues/74 - update tests (as env has changed, ideally we'd mock more than we do atm) - linting fixes
2024.1.2
- fix: use `appdirs` for storing the db for `requests_cache`