0.20.0
What's Changed
Breaking changes
In release 0.15.0, we announced the deprecation of the following flags:
--requirements-txt(and itsrequirements_txtsetting counterpart inpyproject.toml)--requirements-txt-dev(and itsrequirements_txt_devsetting counterpart inpyproject.toml)
Those flags have now been removed. If you relied on them, you should now use, respectively:
--requirements-files(and itsrequirements_filessetting counterpart inpyproject.toml)--requirements-files-dev(and itsrequirements_files_devsetting counterpart inpyproject.toml)
Features
- deptry now detects uv and reads development dependencies from
[uv.tool.dev-dependencies]section (#816) - Dynamically set max terminal width for better readability when displaying help (#817)
- Remove deprecated
--requirements-txt/--requirements-txt-devflags (#819)
Full Changelog: 0.19.1...0.20.0