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 5c9f32260a Update UV to 0.1.15 (#37924)
5c9f32260a is described below

commit 5c9f32260a1eb58d4fe13422d29a5206fd287e61
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Mar 6 07:18:59 2024 +0100

    Update UV to 0.1.15 (#37924)
---
 Dockerfile     | 2 +-
 Dockerfile.ci  | 4 ++--
 pyproject.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index cc824b91b0..a4f2a6e1f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.8.2"
 ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
 
 ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.14
+ARG AIRFLOW_UV_VERSION=0.1.15
 ARG AIRFLOW_USE_UV="false"
 ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow";
 ARG 
AIRFLOW_IMAGE_README_URL="https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md";
diff --git a/Dockerfile.ci b/Dockerfile.ci
index cc6e3786db..7c8ccd5359 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1203,7 +1203,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.14
+ARG AIRFLOW_UV_VERSION=0.1.15
 ARG AIRFLOW_USE_UV="true"
 # Setup PIP
 # By default PIP install run without cache to make image smaller
@@ -1226,7 +1226,7 @@ ARG AIRFLOW_VERSION=""
 ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
 
 ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.14
+ARG AIRFLOW_UV_VERSION=0.1.15
 ARG AIRFLOW_USE_UV="true"
 
 ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
diff --git a/pyproject.toml b/pyproject.toml
index c52e63c2c0..6dc3540ec0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -249,7 +249,7 @@ statsd = [
     "statsd>=3.3.0",
 ]
 uv = [
-    "uv>=0.1.13",
+    "uv>=0.1.15",
 ]
 virtualenv = [
     "virtualenv",

Reply via email to