github-actions[bot] commented on PR #66632: URL: https://github.com/apache/airflow/pull/66632#issuecomment-4433807103
<!-- uv-lock-rebase-notice --> `uv.lock` on `main` just moved via [#66700](https://github.com/apache/airflow/pull/66700) ("[main] Upgrade important CI environment"), commit [`25bdaf4`](https://github.com/apache/airflow/commit/25bdaf417b40b0645f3878916397f2b86dcb9a1a) and this PR currently conflicts. Quickest fix: ```bash git fetch upstream main && git rebase upstream/main rm uv.lock && uv lock git add uv.lock && git rebase --continue git push --force-with-lease ``` _Automated nudge — ignore if you're not ready to rebase. This comment is updated in place on future `uv.lock` bumps._ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
