Releases: pypa/pip-audit
Releases · pypa/pip-audit
Release 2.5.4
Changed
- Refactored
index-url
option to not override user pip config by default,
unless specified (#565)
Fixed
v2.5.3
v2.5.2
Release 2.5.1
Fixed
- Fixed a crash on Windows caused by multiple open file handles to
input requirements (#551)
Release 2.5.0
Changed
-
Improved error messaging when a requirements input or indirect dependency
has an invalid (non-PEP 440) requirements specifier
(#507) -
pip-audit
's handling of dependency resolution has been significantly
refactored and simplified (#523)
Fixed
- Fixed a potential crash on invalid unicode in subprocess streams
(#536)
Release 2.4.15
Fixed
-
Fixed an issue where hash checking would fail when using third-party indices
(#462) -
Fixed the behavior of the
--skip-editable
flag, which had regressed
with an internal API change
(#499) -
Fixed a dependency resolution bug that can potentially be triggered when
multiple packages have the same subdependency
(#488)
Release 2.4.14
Fixed
- Fixed a dependency resolution failure caused by incorrect handling of
a PEP 440 edge case around prerelease versions
(#477)
Release 2.4.13
Fixed
- Added a lower bound on
packaging
to ensure that non-normalized versions
are handled correctly (#471)
Release 2.4.12
Release 2.4.11
Fixed
- Fixed a crash triggered when a package specifies an invalid version
specifier for itsrequires-python
version
(#447)