v7.0.0
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-639was removed.
- Remove deprecated CLI switches
--schema-versionand--outfile, use--spec-versionand--output-fileinstead (#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-639by @jkowalleck in #928 - feat!: remove deprecated CLI switches
--schema-versionand--outfile, use--spec-versionand--output-fileinstead 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