#pep751 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pep751, aggregated by home.social.
-
https://github.com/astral-sh/uv/releases/tag/0.6.15
This release includes preliminary support for the pylock.toml file format, as standardized in PEP 751 (https://peps.python.org/pep-0751/).
pylock.toml is an alternative resolution output format intended to replace requirements.txt (e.g., in the context of uv pip compile, whereby a "locked" requirements.txt file is generated from a set of input requirements).
-
PEP 751 is accepted, congratulations to @brettcannon and everyone else involved 🙂 🎉
https://discuss.python.org/t/pep-751-one-last-time/77293/150
-
@djmoch I expect Hatch will add built-in support for lock files as soon as PEP 751 is approved:
https://peps.python.org/pep-0751/
-
🐍🔐 Python lockfiles are back!
Read @brettcannon's new PEP 751 – "A file format to list Python dependencies for installation reproducibility":
https://peps.python.org/pep-0751/
Discuss it: