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 0e8f108313 bump uv to 0.1.29 (#38758)
0e8f108313 is described below

commit 0e8f108313d4af0b450581661aeb8ed35e82a8e6
Author: Hussein Awala <huss...@awala.fr>
AuthorDate: Fri Apr 5 10:30:40 2024 +0200

    bump uv to 0.1.29 (#38758)
---
 Dockerfile     | 2 +-
 Dockerfile.ci  | 4 ++--
 hatch_build.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9259ae6354..4a742bc455 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.8.4"
 ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
 
 ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.28
+ARG AIRFLOW_UV_VERSION=0.1.29
 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 3859df3c10..0216a1ca56 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1222,7 +1222,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
 ARG AIRFLOW_CI_BUILD_EPOCH="10"
 ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
 ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.28
+ARG AIRFLOW_UV_VERSION=0.1.29
 ARG AIRFLOW_USE_UV="true"
 # Setup PIP
 # By default PIP install run without cache to make image smaller
@@ -1246,7 +1246,7 @@ ARG AIRFLOW_VERSION=""
 ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
 
 ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.28
+ARG AIRFLOW_UV_VERSION=0.1.29
 ARG AIRFLOW_USE_UV="true"
 
 ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
diff --git a/hatch_build.py b/hatch_build.py
index 0ace661347..69b6da7a1c 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -140,7 +140,7 @@ CORE_EXTRAS: dict[str, list[str]] = {
         "statsd>=3.3.0",
     ],
     "uv": [
-        "uv>=0.1.28",
+        "uv>=0.1.29",
     ],
     "virtualenv": [
         "virtualenv",

Reply via email to