Skip to content

pex 2.1.35

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 16:34
v2.1.35
92d6df9

2.1.35

This release hardens a few aspects of --venv mode PEXes. An infinite
re-exec loop in venv pex scripts is fixed and the activate family
of scripts in the venv is fixed.

  • Improve resolve error information. (#1287)
  • Ensure venv pex does not enter a re-exec loop. (#1286)
  • Expose Pex tools via a pex-tools console script. (#1279)
  • Fix auto-created --venv core scripts. (#1278)