Jarek Potiuk
Jarek Potiuk
You might see some missing cache etc. but they should be just warnings - and you can always disable cache with `build` command flags (use --help to see the flags)
cc: @dstandish - likely #35416 was not THAT inconsequential
Oh yeah. 1) I just solved the first one by pushing copy of 3.11 constraints which are "good enough" to start with - this should be fixed now 2) the...
Yeah. It's just strange changing provider version fixes it - but yeah it could be caused also by some changes to provider dependencies between those two versions (but it does...
For 1: see this commit https://github.com/apache/airflow/commit/3f3ed8118aaf3630e986d98c7015eaa6073caded (and generally main constraints history is here https://github.com/apache/airflow/commits/constraints-main/)
Merged. You can continue your quest @dirrao
Re: old dependencies: This is no problem. You should always build your image with `--upgrade-to-newer-dependencies` locally - this will autoamatically get your dependencies upgraded to latest matching Airflow specification. What...
I added `pinned` label to keep it open @karakanb
> Any progress on this @dirrao? Python 3.12 is currently being worked on in https://github.com/apache/airflow/pull/36755 . There is one thing left in order to merge it - namely converting universal_pathlib...
Well. It's going to be closed when the PR adding Python 3.12 is merged :)