crooked-country-1937
02/08/2023, 5:24 AMapache-airflow==2.4.3
in my requirements, the pants will correctly resolve to version 2.4.3
2. apache-airflow[cncf.kubernetes]==2.4.3
, pants will incorrectly resolve to version 2.5.1
3. When I add apache-airflow==2.4.3
to the constraints file, then apache-airflow[cncf.kubernetes]==2.4.3
correctly resolve to 2.4.3
I was expecting pants will combine the constraints from the requirements.txt and the constraints specified via resolves_to_constraints_file
. which doesn’t seem to be happening.
Any ideas?
On pants version 2.14.1enough-analyst-54434
02/08/2023, 5:30 AMcrooked-country-1937
02/08/2023, 5:49 AMenough-analyst-54434
02/08/2023, 1:59 PMhigh-yak-85899
02/08/2023, 3:08 PMcrooked-country-1937
02/08/2023, 4:14 PMenough-analyst-54434
02/08/2023, 4:16 PM--pip-version 22.3
which newer Pants versions allow you to do. It looks like a bug in the default old Pip 20.3.4 resolver used by Pex to support the LCD of Python 2.7.high-yak-85899
02/08/2023, 4:20 PMenough-analyst-54434
02/08/2023, 4:22 PMx
the lockfile will lock x
latest but MWAA may have latest-10.crooked-country-1937
02/08/2023, 4:25 PMenough-analyst-54434
02/08/2023, 4:26 PMhigh-yak-85899
02/08/2023, 4:26 PMcrooked-country-1937
02/08/2023, 4:28 PMenough-analyst-54434
02/08/2023, 4:29 PMcrooked-country-1937
02/08/2023, 4:35 PMrefined-addition-53644
02/08/2023, 4:38 PMenough-analyst-54434
02/08/2023, 4:50 PMcurved-manchester-66006
02/08/2023, 5:44 PM