astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
24.74k stars 715 forks source link

Add PEP751 lock files format support #5477

Open JonZeolla opened 3 months ago

JonZeolla commented 3 months ago

Add support for lockfiles PEP751 format (currently draft).

See the PEP discussions / review at https://github.com/python/peps/pull/3870 and on the Python forums

s/o to @InSyncWithFoo for posting about this in discord

charliermarsh commented 3 months ago

Just to clarify, we shouldn't work on this unless the PEP is ultimately accepted.