Releases: raimon49/pip-licenses
Releases · raimon49/pip-licenses
4.1.0
- Support case-insensitive license name matching around
--fail-on
and --allow-only
parameters
4.0.3
- Escape unicode output (to e.g.
{
) in the html output
4.0.2
- Add type annotations and code formatter
4.0.1
- Fix "pip-licenses" is missing in output of
pip-licenses --with-system
option
4.0.0
- Support for Python 3.11
- Dropped support Python 3.7
- Migrate Docker base image from Alpine to Debian 11-slim
- Breaking changes
- Does not work with PTable and depends on prettytable
- Depend on importlib_metadata rather than pip
3.5.5
- Search for path defined in PEP 639
- Dropped support Python 3.6
3.5.4
- Skip directories when detecting license files
3.5.3
- Support pip 21.3 or later
3.5.2
- Ignore spaces around
--fail-on
and --allow-only
parameters
3.5.1
- Fix the order in which multiple licenses are output