Skip to content

v2.15.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 00:59
f429652

Bug Fixes

  • Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. (#2843)
  • Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. (#2898)
  • Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. (#2900)
  • Fix a bug that VCS dependencies and --self don't work in the exported requirements.txt with hashes. (#2908)
  • Fix a cache miss when there exist built wheels for a given link. (#2912)
  • Don't try to store caches when --no-cache is given. (#2913)