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 f918f14854 uv version bump to 0.4.20 (#42905)
f918f14854 is described below
commit f918f14854bc341eaf150127eeaa935728382ecc
Author: Gopal Dirisala <[email protected]>
AuthorDate: Tue Oct 15 06:25:16 2024 +0530
uv version bump to 0.4.20 (#42905)
---
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 7b5fa8d0a2..c762cae900 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.17
+ARG AIRFLOW_UV_VERSION=0.4.20
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 7e0ee74556..df1cdf8c27 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1278,7 +1278,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.2
-ARG AIRFLOW_UV_VERSION=0.4.17
+ARG AIRFLOW_UV_VERSION=0.4.20
ARG AIRFLOW_USE_UV="true"
# Setup PIP
# By default PIP install run without cache to make image smaller