<#2048 Incorrect lock with pinned requirement + ex...
# github-notifications
q
#2048 Incorrect lock with pinned requirement + extras (old Pip) Issue created by jsirois This lock nets apache-airflow 2.4.3:
Copy code
$ pex3 lock create "apache-airflow==2.4.3" --style universal --interpreter-constraint "==3.10.*" --target-system linux --target-system mac --resolver-vers
ion pip-2020-resolver --indent 2 -o extras-none.lock
This does not. It nets apache-airflow 2.5.1 instead:
Copy code
$ pex3 lock create "apache-airflow[cncf.kubernetes]==2.4.3" --style universal --interpreter-constraint "==3.10.*" --target-system linux --target-system ma
c --resolver-version pip-2020-resolver --indent 2 -o extras-cncf.kubernetes.lock
pantsbuild/pex
u
#2048 Incorrect lock Issue closed as completed by jsirois pantsbuild/pex