Deptry

Latest version: v0.23.0

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 14

0.7.1

Features

* Exclude files from `.gitignore` [248](https://github.com/fpgmaas/deptry/pull/248))
* Add support for known first party modules [257](https://github.com/fpgmaas/deptry/pull/257))

Full Changelog

[0.7.0...0.7.1](https://github.com/fpgmaas/deptry/compare/0.7.0...0.7.1)

0.7.0

Breaking Changes

Previously, `deptry` always searched for a `pyproject.toml` file in the root directory passed as a positional argument to the `deptry` command. Since this is not in line with what most other tools in the ecosystem do, this is changed in release `0.7.0`.

In previous releases, when running:

shell
deptry src


`deptry` would search for both a `pyproject.toml` and for Python files to scan in the `src` directory.

Since this release, when running:

shell
deptry src


`deptry` will search for `pyproject.toml` in the location it is run from, and for Python files to scan in the `src` directory.

The downside of the changes outlined above, is that this could break some projects that did explicitly want to find `pyproject.toml` in a directory other than the positional argument specified as `root`. For this purpose, release `0.7.0` adds a `--config` argument that can be used to explicitly pass the location of `pyproject.toml`.

Features

* Separate `pyproject.toml` location from `root` argument ([244](https://github.com/fpgmaas/deptry/pull/244))
* Expose and handle `--config` argument ([245](https://github.com/fpgmaas/deptry/pull/245))

Miscellaneous

* Only load local modules once by ([242](https://github.com/fpgmaas/deptry/pull/242))
* More efficient Python files retrieval ([243](https://github.com/fpgmaas/deptry/pull/243))

Full Changelog

[0.6.6...0.7.0](https://github.com/fpgmaas/deptry/compare/0.6.6...0.7.0)

0.6.6

Features

* Add .direnv to default exclude argument ([197](https://github.com/fpgmaas/deptry/pull/197))
* Add logic to `NotebookImportExtractor` to guess the encoding on initial `UnicodeDecodeError` ([216](https://github.com/fpgmaas/deptry/pull/216))

Miscellaneous

* Decrease lower bound of `chardet` dependency to `4.0.0` ([205](https://github.com/fpgmaas/deptry/pull/205))

Full Changelog

[0.6.5...0.6.6](https://github.com/fpgmaas/deptry/compare/0.6.5...0.6.6)

0.6.5

No user facing change.

Full Changelog

[0.6.4...0.6.5](https://github.com/fpgmaas/deptry/compare/0.6.4...0.6.5)

0.6.4

Features

* Add support for PEP 621 ([166](https://github.com/fpgmaas/deptry/pull/166))

Bug Fixes

* Remove obsolete duplicated local import detection ([172](https://github.com/fpgmaas/deptry/pull/172))

Full Changelog

[0.6.3...0.6.4](https://github.com/fpgmaas/deptry/compare/0.6.3...0.6.4)

0.6.3

Features

* Add hook for usage with `pre-commit` ([157](https://github.com/fpgmaas/deptry/pull/157))

Full Changelog

[0.6.2...0.6.3](https://github.com/fpgmaas/deptry/compare/0.6.2...0.6.3)

Page 5 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.