Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 09:13
· 39 commits to main since this release

v7.0.0 (2025-07-14)

BREAKING Changes

  • Finalize PEP639, auto-enable it, remove CLI switch environment --PEP-639 (#928, 6b81028)
    • Handling of PEP 639 changed, as the specification changed during finalization.
    • Handling of PEP 639 is always enabled, as Python Packing specification 2.4 recognizes it.
    • CLI parameter environment --PEP-639 was removed.
  • Remove deprecated CLI switches --schema-version and --outfile, use --spec-version and --output-file instead (#892, 2be98e5)

What's Changed

  • chore: test for missing dependencies by @jkowalleck in #930
  • chore(deps-dev): Update bandit requirement from 1.8.5 to 1.8.6 by @dependabot[bot] in #932
  • feat!: finalize PEP639, auto-enable it, remove CLI switch environment --PEP-639 by @jkowalleck in #928
  • feat!: remove deprecated CLI switches --schema-version and --outfile, use --spec-version and --output-file instead by @virgo-o in #892
  • chore(deps-dev): Update uv requirement from 0.7.19 to 0.7.20 by @dependabot[bot] in #933

Full Changelog: v6.1.3...v7.0.0