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 5eeea54fcb Bump ``uv`` to ``0.4.24`` (#43135)
5eeea54fcb is described below

commit 5eeea54fcb7102b8a68eaa1b1843ebf3dce0d61c
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Oct 18 01:43:45 2024 +0100

    Bump ``uv`` to ``0.4.24`` (#43135)
    
    https://github.com/astral-sh/uv/releases/tag/0.4.24
---
 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 59911b3f15..796e63be39 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.23
+ARG AIRFLOW_UV_VERSION=0.4.24
 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 936423cd96..826d7109ed 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.23
+ARG AIRFLOW_UV_VERSION=0.4.24
 
 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 982f6ac1c2..d0554b74fd 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.0`                                   
                               | PIP version used.                              
                                                                                
                           |
-| `AIRFLOW_UV_VERSION`              | `0.4.23`                                 
                                | UV version used.                              
                                                                                
                           |
+| `AIRFLOW_UV_VERSION`              | `0.4.24`                                 
                                | 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 d5470f5a87..d92a273811 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.0"
-AIRFLOW_UV_VERSION = "0.4.23"
+AIRFLOW_UV_VERSION = "0.4.24"
 AIRFLOW_USE_UV = False
 WHEEL_VERSION = "0.36.2"
 GITPYTHON_VERSION = "3.1.40"

Reply via email to