Skip to content

pex 2.1.162

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 02:23
· 169 commits to main since this release
v2.1.162
a32dd36

2.1.162

This release adds support for --pip-version 24.0 as well as fixing a
bug in URL encoding for artifacts in lock files. Notably, torch's use of
local version identifiers (+cpu) combined with their find links page
at https://download.pytorch.org/whl/torch_stable.html would lead to
pex3 lock create errors.

  • Add support for Pip 24.0. (#2350)
  • Fix URL escaping for lock artifacts. (#2349)