Skip to content

Release 2.5.0

Compare
Choose a tag to compare
@tetsuo-cpp tetsuo-cpp released this 16 Mar 10:58
· 258 commits to main since this release
d5ca197

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)