pex 2.29.0 #2643
pex 2.29.0
#2643
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.29.0
This release brings 1st class support for newer Pip's
--keyring-provider
option. Previously you could only usekeyring
based authentication via
--use-pip-config
and either thePIP_KEYRING_PROVIDER
environment variable or Pip config files.Although using
--keyring-provider import
is generally unusable in theface of Pex hermeticity strictures,
--keyring-provider subprocess
isviable; just ensure you have a keyring provider on the
PATH
. You canread more here.
This release also brings PEP-723 support to Pex locks. You
can now pass
pex3 lock {create,sync,update} --exe <script> ...
toinclude the PEP-723 declared script requirements in the lock.
--keyring-provider
flag to configure keyring-based authentication (add--keyring-provider
flag to configure keyring-based authentication #2592)This discussion was created from the release pex 2.29.0.
Beta Was this translation helpful? Give feedback.
All reactions