Skip to content

pex 1.6.11

Compare
Choose a tag to compare
@jsirois jsirois released this 12 Sep 06:09
v1.6.11
f39285c

1.6.11

This release brings a consistency fix to requirement resolution and an
isolation fix that scrubs all non-stdlib PYTHONPATH entries by default,
only pre-pending or appending them to the sys.path if the
corresponding --inherit-path=(prefer|fallback) is used.

  • Avoid reordering of equivalent packages from multiple fetchers (#762)
  • Include PYTHONPATH in --inherit-path logic. (#765)