pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org
Apache License 2.0
2.49k stars 254 forks source link

Fix lock downloads to use all lock info. #2396

Closed jsirois closed 2 months ago

jsirois commented 3 months ago

Previously, the lock target systems and requires python configuration were left out, which could lead to critical Pip runtime patches being left off; causing downloads to fail when they should not.

Fixes #2395