Pex

Latest version: v2.33.7

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 55 of 57

0.5.9

* Fixes an issue where SourceTranslator would overwrite .egg/.whl
distributions already on disk. Instead, it should always check to see
if a copy already exists and reuse if there.

This ordinarily should not be a problem but the zipimporter caches
metadata by filename instead of stat/sha, so if the underlying
contents changed a runtime error would be thrown due to seemingly
corrupt zip file offsets.

0.5.8

* Adds `-i/--index` option to the pex tool.

0.5.7

* Adds `twitter.common.python.pex_bootstrap` `bootstrap_pex_env`
function in order to initialize a PEX environment from within a
python interpreter. (Patch contributed by kwlzn)
* Adds stdin=,stdout=,stderr= keyword parameters to the `PEX.run`
function. (Patch from benjy)

0.5.6

* The crawler now defaults to not follow links for security reasons.
(Before the default behavior was to implicitly `--follow-links` for
all requirements.)

0.5.5

* Improves scrubbing of site-packages from PEX environments.

0.5.1

=============

* Silences exceptions reported during interpreter teardown (the
exceptions resulting from incorrect atexit handler behavior)
introduced by 0.4.3
* Adds `__hash__` to `Link` so that Packages are hashed correctly in
`twitter.common.python.resolver` `resolve`

Page 55 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.