github-actions[bot] opened a new pull request, #64806:
URL: https://github.com/apache/airflow/pull/64806

   With uv.lock, we can now base all the lock preparation on uv's
   smartness to figure out all the dependencies without building a CI
   image first. The `uv lock --upgrade` command resolves dependencies
   purely from pyproject.toml metadata — it does not need an installed
   environment, so there is no reason to build the Breeze CI image
   just for this step.
   
   This removes the `breeze ci-image build --python 3.10` step from
   `breeze ci upgrade` and runs `uv lock --upgrade` directly on the
   host. The manual `update-uv-lock` pre-commit hook is also removed
   since it is no longer invoked via prek.
   (cherry picked from commit c3d4905a155070350bd5e5b71fd8a0e63882c574)
   
   Co-authored-by: Jarek Potiuk <[email protected]>
   Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>


-- 
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]

Reply via email to