This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b0789d224d3 readme add uv (#71013)
b0789d224d3 is described below
commit b0789d224d3812d6507bb14e695e9bcc490da010
Author: raphaelauv <[email protected]>
AuthorDate: Thu Aug 13 15:06:39 2026 +0200
readme add uv (#71013)
Co-authored-by: raphaelauv <[email protected]>
---
README.md | 2 +-
generated/PYPI_README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 15263bf7860..9471b85ebeb 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ correct Airflow tag/version/branch and Python versions in
the URL.
1. Installing just Airflow:
-> Note: Only `pip` installation is currently officially supported.
+> Note: Only `pip` and `uv` installation is currently officially supported.
While it is possible to install Airflow with tools like
[Poetry](https://python-poetry.org) or
[pip-tools](https://pypi.org/project/pip-tools), they do not share the same
workflow as
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index 4280abe5ba6..534e5e12151 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -111,7 +111,7 @@ correct Airflow tag/version/branch and Python versions in
the URL.
1. Installing just Airflow:
-> Note: Only `pip` installation is currently officially supported.
+> Note: Only `pip` and `uv` installation is currently officially supported.
While it is possible to install Airflow with tools like
[Poetry](https://python-poetry.org) or
[pip-tools](https://pypi.org/project/pip-tools), they do not share the same
workflow as