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 cda4a8604f uv version bump to 0.2.3 (#39848)
cda4a8604f is described below
commit cda4a8604fc755d89d1e9fbfaa1df7c40eb03184
Author: Gopal Dirisala <[email protected]>
AuthorDate: Sun May 26 21:30:47 2024 +0530
uv version bump to 0.2.3 (#39848)
* uv version bump 0.2.3
* uv version bump 0.2.3
---
Dockerfile | 2 +-
Dockerfile.ci | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index d03ebd3647..9d9e23082a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.9.1"
ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.2.2
+ARG AIRFLOW_UV_VERSION=0.2.3
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 657128b732..6c2ecf58e7 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1228,7 +1228,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.2.2
+ARG AIRFLOW_UV_VERSION=0.2.3
ARG AIRFLOW_USE_UV="true"
# Setup PIP
# By default PIP install run without cache to make image smaller
@@ -1252,7 +1252,7 @@ ARG AIRFLOW_VERSION=""
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.2.2
+ARG AIRFLOW_UV_VERSION=0.2.3
ARG AIRFLOW_USE_UV="true"
ENV AIRFLOW_REPO=${AIRFLOW_REPO}\