potiuk commented on issue #35372: URL: https://github.com/apache/airflow/issues/35372#issuecomment-1791646706
Checked all my changes - some of them were test only, others work fine 👍 I have however found that `pip` version in the final PROD image is not the expected one (`23.0.1` instead of `23.3.1` - what would be suggested by #35029 and #35150). This is nothing critical or even serious - those are relatively new versions of `pip` and it's not a regression - it seems that we've always had this problem, simply `pip` version was not upgraded in the main segment of the image as the installed dependencies were copied from build image and we never upgraded `pip` in main image. I opened PR with fix https://github.com/apache/airflow/pull/35387 but I think it's not a blocker for RC1, however if we do have a blocker and prepare RC2 and merge my PR, it should be cherry-picked as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org