This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a4e9924eceb6ae73f058cff409397ae3c94e24fa
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jun 11 18:04:58 2024 +0200

    Upgrade build installers and dependencies (#40177)
    
    We can now remove the 0.2.5 limit on uv after the issue we opened
    https://github.com/astral-sh/uv/issues/4136 has been addressed in 0.2.10
    
    (cherry picked from commit 7c4ea23b4d5aa4fd757c0c3caef358d4cab486e9)
---
 Dockerfile     | 3 +--
 Dockerfile.ci  | 6 ++----
 pyproject.toml | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d1797f21f0..f6c33f30e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,8 +50,7 @@ ARG AIRFLOW_VERSION="2.9.0"
 ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
 
 ARG AIRFLOW_PIP_VERSION=24.0
-# until https://github.com/astral-sh/uv/issues/4136 is solved we limit UV to 
version 0.2.5
-ARG AIRFLOW_UV_VERSION=0.2.5
+ARG AIRFLOW_UV_VERSION=0.2.10
 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 e561fc64a0..57e1f925c9 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1224,8 +1224,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
-# until https://github.com/astral-sh/uv/issues/4136 is solved we limit UV to 
version 0.2.5
-ARG AIRFLOW_UV_VERSION=0.2.5
+ARG AIRFLOW_UV_VERSION=0.2.10
 ARG AIRFLOW_USE_UV="true"
 # Setup PIP
 # By default PIP install run without cache to make image smaller
@@ -1249,8 +1248,7 @@ ARG AIRFLOW_VERSION=""
 ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
 
 ARG AIRFLOW_PIP_VERSION=24.0
-# until https://github.com/astral-sh/uv/issues/4136 is solved we limit UV to 
version 0.2.5
-ARG AIRFLOW_UV_VERSION=0.2.5
+ARG AIRFLOW_UV_VERSION=0.2.10
 ARG AIRFLOW_USE_UV="true"
 
 ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
diff --git a/pyproject.toml b/pyproject.toml
index 52be5c09d7..195afaa637 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ requires = [
     "GitPython==3.1.43",
     "gitdb==4.0.11",
     "hatchling==1.24.2",
-    "packaging==24.0",
+    "packaging==24.1",
     "pathspec==0.12.1",
     "pluggy==1.5.0",
     "smmap==5.0.1",

Reply via email to