pex 2.39.0 #2768
pex 2.39.0
#2768
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2.39.0
This release adds support for
pex --pylock
andpex3 venv create --pylock
for building PEXes andvenvs from pylock.toml locks. In both cases PEX supports subsetting the lock if it
provides
dependencies
metadata for its locked packages, but this metadata is optional in the spec;so your mileage may vary. If the metadata is not available and was required, Pex will let you know
with an appropriate error post-resolve and pre-building the final PEX or venv.
pex --pylock
. (Add support forpex --pylock
. #2766)This discussion was created from the release pex 2.39.0.
Beta Was this translation helpful? Give feedback.
All reactions