potiuk commented on code in PR #47237: URL: https://github.com/apache/airflow/pull/47237#discussion_r1976655134
########## dev/breeze/README.md: ########## @@ -82,7 +82,8 @@ default by Breeze. Here's how to install breeze with `uv` 1. Install `uv` - see [uv documentation](https://docs.astral.sh/uv/getting-started/installation/) > [!IMPORTANT] -> All the commands below should be executed while you are in `dev/breeze` directory of the Airflow repository. +> 1. `uv`'s version should be at least as defined in `pyproject.toml` under `[tool.uv]` section, otherwise some breeze commands might malfunction. Review Comment: ```suggestion > 1. The version of `uv` should be at least as defined in `pyproject.toml` under `[tool.uv]` section, otherwise some breeze commands might malfunction. ``` -- 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]
