This is an automated email from the ASF dual-hosted git repository.

kaxilnaik 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 31cc0f04bf1 Bump `uv` to `0.4.27` (#43386)
31cc0f04bf1 is described below

commit 31cc0f04bf186a8eb6e2eeb5ed8e444a836ddf0f
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Oct 25 21:47:59 2024 +0100

    Bump `uv` to `0.4.27` (#43386)
    
    https://pypi.org/project/uv/0.4.27/
---
 Dockerfile                                                            | 2 +-
 Dockerfile.ci                                                         | 2 +-
 dev/breeze/doc/ci/02_images.md                                        | 2 +-
 dev/breeze/src/airflow_breeze/commands/release_management_commands.py | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 21e6af5e123..6e646797127 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.10.2"
 ARG PYTHON_BASE_IMAGE="python:3.9-slim-bookworm"
 
 ARG AIRFLOW_PIP_VERSION=24.2
-ARG AIRFLOW_UV_VERSION=0.4.26
+ARG AIRFLOW_UV_VERSION=0.4.27
 ARG AIRFLOW_USE_UV="false"
 ARG UV_HTTP_TIMEOUT="300"
 ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow";
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 357f0dd2a6f..de232681d96 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1363,7 +1363,7 @@ RUN bash /scripts/docker/install_packaging_tools.sh; \
 # Here we fix the versions so all subsequent commands will use the versions
 # from the sources
 ARG AIRFLOW_PIP_VERSION=24.2
-ARG AIRFLOW_UV_VERSION=0.4.26
+ARG AIRFLOW_UV_VERSION=0.4.27
 
 ENV AIRFLOW_PIP_VERSION=${AIRFLOW_PIP_VERSION} \
     AIRFLOW_UV_VERSION=${AIRFLOW_UV_VERSION}
diff --git a/dev/breeze/doc/ci/02_images.md b/dev/breeze/doc/ci/02_images.md
index a4f5b757a05..373b4a8ad5a 100644
--- a/dev/breeze/doc/ci/02_images.md
+++ b/dev/breeze/doc/ci/02_images.md
@@ -448,7 +448,7 @@ can be used for CI images:
 | `ADDITIONAL_DEV_APT_DEPS`         |                            | Additional 
apt dev dependencies installed in the first part of the image                   
                                                                |
 | `ADDITIONAL_DEV_APT_ENV`          |                            | Additional 
env variables defined when installing dev deps                                  
                                                                |
 | `AIRFLOW_PIP_VERSION`             | `24.2`                     | PIP version 
used.                                                                           
                                                               |
-| `AIRFLOW_UV_VERSION`              | `0.4.26`                   | UV version 
used.                                                                           
                                                                |
+| `AIRFLOW_UV_VERSION`              | `0.4.27`                   | UV version 
used.                                                                           
                                                                |
 | `AIRFLOW_USE_UV`                  | `true`                     | Whether to 
use UV for installation.                                                        
                                                                |
 | `PIP_PROGRESS_BAR`                | `on`                       | Progress 
bar for PIP installation                                                        
                                                                  |
 
diff --git 
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py 
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index 8ae1f1ae3e6..f20ed3d3fd7 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -230,7 +230,7 @@ class VersionedFile(NamedTuple):
 
 
 AIRFLOW_PIP_VERSION = "24.2"
-AIRFLOW_UV_VERSION = "0.4.26"
+AIRFLOW_UV_VERSION = "0.4.27"
 AIRFLOW_USE_UV = False
 WHEEL_VERSION = "0.36.2"
 GITPYTHON_VERSION = "3.1.40"

Reply via email to