This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new 917ae56018d Upgrade to latest released build dependencies (#62613)
917ae56018d is described below
commit 917ae56018dc021db62c58895b3872eb75c4fb9d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 28 10:26:52 2026 +0100
Upgrade to latest released build dependencies (#62613)
This reverts commit 34fb41e867486448e49909d0ec9025805cd9b5df.
---
.github/actions/install-prek/action.yml | 2 +-
Dockerfile | 4 ++--
Dockerfile.ci | 4 ++--
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 4 ++--
dev/breeze/pyproject.toml | 5 ++---
.../commands/release_management_commands.py | 19 +++++++++----------
dev/breeze/src/airflow_breeze/global_constants.py | 4 ++--
hatch_build.py | 4 ++--
pyproject.toml | 3 ---
scripts/ci/install_breeze.sh | 4 ++--
11 files changed, 25 insertions(+), 30 deletions(-)
diff --git a/.github/actions/install-prek/action.yml
b/.github/actions/install-prek/action.yml
index 886848d81bd..0d7129f53c1 100644
--- a/.github/actions/install-prek/action.yml
+++ b/.github/actions/install-prek/action.yml
@@ -24,7 +24,7 @@ inputs:
default: "3.10"
uv-version:
description: 'uv version to use'
- default: "0.9.11" # Keep this comment to allow automatic replacement of
uv version
+ default: "0.10.7" # Keep this comment to allow automatic replacement of
uv version
prek-version:
description: 'prek version to use'
default: "0.3.2" # Keep this comment to allow automatic replacement of
prek version
diff --git a/Dockerfile b/Dockerfile
index ec9b68ab744..fce03ff38c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,9 +53,9 @@ ARG PYTHON_BASE_IMAGE="python:3.9-slim-bookworm"
# You can swap comments between those two args to test pip from the main
version
# When you attempt to test if the version of `pip` from specified branch works
for our builds
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
-ARG AIRFLOW_PIP_VERSION=25.3
+ARG AIRFLOW_PIP_VERSION=26.0.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
-ARG AIRFLOW_UV_VERSION=0.9.11
+ARG AIRFLOW_UV_VERSION=0.10.7
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 dcbfd41bd32..7fd4d96f5a8 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1249,9 +1249,9 @@ COPY --from=scripts common.sh install_packaging_tools.sh
install_additional_depe
# You can swap comments between those two args to test pip from the main
version
# When you attempt to test if the version of `pip` from specified branch works
for our builds
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
-ARG AIRFLOW_PIP_VERSION=25.3
+ARG AIRFLOW_PIP_VERSION=26.0.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
-ARG AIRFLOW_UV_VERSION=0.9.11
+ARG AIRFLOW_UV_VERSION=0.10.7
# TODO(potiuk): automate with upgrade check (possibly)
ARG AIRFLOW_PREK_VERSION="0.3.2"
diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index 5446e087a1b..ca31f1fd83b 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -128,6 +128,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY
UPDATED BY PRE-COMMIT.
---------------------------------------------------------------------------------------------------------
-Package config hash:
05d02d507f75f5dacea7774487482ac2d66130d89da112db0bd1c581a509da38082dfeda6aea41e8d204a82919c4987dc0fa3daa2b82ce1981c354ff112254a4
+Package config hash:
123045caf6ca2fad10f1bbf238ccaffa45e38406b699c2afc8f33d5defd231ddde02467fe354ba4af0f3ee6da2cf04c70afe025775a7f9afcfde89ecab85bd64
---------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/doc/ci/02_images.md b/dev/breeze/doc/ci/02_images.md
index f6f7e57fbc2..45555253226 100644
--- a/dev/breeze/doc/ci/02_images.md
+++ b/dev/breeze/doc/ci/02_images.md
@@ -442,8 +442,8 @@ can be used for CI images:
| `DEV_APT_DEPS` | | Dev APT
dependencies installed in the first part of the image (default empty means
default dependencies are used) |
| `ADDITIONAL_DEV_APT_DEPS` | | Additional
apt dev dependencies installed in the first part of the image
|
| `ADDITIONAL_DEV_APT_ENV` | | Additional
env variables defined when installing dev deps
|
-| `AIRFLOW_PIP_VERSION` | `25.3` | `pip` version
used.
|
-| `AIRFLOW_UV_VERSION` | `0.9.11` | `uv` version
used.
|
+| `AIRFLOW_PIP_VERSION` | `26.0.1` | `pip` version
used.
|
+| `AIRFLOW_UV_VERSION` | `0.10.7` | `uv` version
used.
|
| `AIRFLOW_PREK_VERSION` | `0.3.2` | `prel`
version used.
|
| `AIRFLOW_USE_UV` | `true` | Whether to
use UV for installation.
|
| `PIP_PROGRESS_BAR` | `on` | Progress bar
for PIP installation
|
diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml
index 8650bcd0db6..eb25e968635 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -54,7 +54,7 @@ dependencies = [
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.0",
"gitpython>=3.1.40",
- "hatch>=1.14.1",
+ "hatch>=1.16.5",
"inputimeout>=1.0.4",
"jinja2>=3.1.5",
"jsonschema>=4.19.1",
@@ -76,8 +76,7 @@ dependencies = [
"twine>=4.0.2",
"tqdm>=4.67.1",
"boto3>=1.34.90",
- "semver>=3.0.4",
- "virtualenv<21" # Temporary pin for
https://github.com/pypa/hatch/issues/2193
+ "semver>=3.0.4"
]
[project.scripts]
diff --git
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index 1af1d301028..ab8cc7a98e3 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -232,24 +232,23 @@ class VersionedFile(NamedTuple):
file_name: str
-AIRFLOW_PIP_VERSION = "25.3"
-AIRFLOW_UV_VERSION = "0.9.11"
+AIRFLOW_PIP_VERSION = "26.0.1"
+AIRFLOW_UV_VERSION = "0.10.7"
AIRFLOW_USE_UV = False
# TODO: automate these as well
-WHEEL_VERSION = "0.44.0"
-GITPYTHON_VERSION = "3.1.43"
-RICH_VERSION = "13.9.4"
-NODE_VERSION = "22.2.0"
+WHEEL_VERSION = "0.46.3"
+GITPYTHON_VERSION = "3.1.46"
+RICH_VERSION = "14.3.3"
+NODE_VERSION = "22.22.0"
PREK_VERSION = "0.3.2"
-HATCH_VERSION = "1.13.0"
-PYYAML_VERSION = "6.0.2"
+HATCH_VERSION = "1.16.5"
+PYYAML_VERSION = "6.0.3"
AIRFLOW_BUILD_DOCKERFILE = f"""
FROM
python:{DEFAULT_PYTHON_MAJOR_MINOR_VERSION}-slim-{ALLOWED_DEBIAN_VERSIONS[0]}
RUN apt-get update && apt-get install -y --no-install-recommends git
RUN pip install --root-user-action ignore pip=={AIRFLOW_PIP_VERSION}
hatch=={HATCH_VERSION} pyyaml=={PYYAML_VERSION}\
- gitpython=={GITPYTHON_VERSION} rich=={RICH_VERSION} prek=={PREK_VERSION} \
- "virtualenv<21" # Temporary pin for https://github.com/pypa/hatch/issues/2193
+ gitpython=={GITPYTHON_VERSION} rich=={RICH_VERSION} prek=={PREK_VERSION}
COPY . /opt/airflow
"""
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index baafa774464..87c6a7196e9 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -186,8 +186,8 @@ if MYSQL_INNOVATION_RELEASE:
ALLOWED_INSTALL_MYSQL_CLIENT_TYPES = ["mariadb", "mysql"]
-PIP_VERSION = "25.3"
-UV_VERSION = "0.9.11"
+PIP_VERSION = "26.0.1"
+UV_VERSION = "0.10.7"
DEFAULT_UV_HTTP_TIMEOUT = 300
DEFAULT_WSL2_HTTP_TIMEOUT = 900
diff --git a/hatch_build.py b/hatch_build.py
index d7c63848fa0..a1f207c7724 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -150,7 +150,7 @@ CORE_EXTRAS: dict[str, list[str]] = {
"uv>=0.1.32",
],
"virtualenv": [
- "virtualenv<21", # Temporary pin for
https://github.com/pypa/hatch/issues/2193
+ "virtualenv",
],
}
@@ -197,7 +197,7 @@ DEVEL_EXTRAS: dict[str, list[str]] = {
"devel-devscripts": [
"click>=8.0",
"gitpython>=3.1.40",
- "hatch>=1.9.1",
+ "hatch>=1.16.5",
# Incremental 24.7.0, 24.7.1 has broken `python -m virtualenv` command
when run in /opt/airflow directory
"incremental!=24.7.0,!=24.7.1,>=22.10.0",
"pipdeptree>=2.13.1",
diff --git a/pyproject.toml b/pyproject.toml
index 68d7bf0621f..83ad37ad6d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,14 +24,11 @@
requires = [
"distlib==0.4.0",
"filelock==3.24.3",
- "gitdb==4.0.12",
- "GitPython==3.1.46",
"hatchling==1.29.0",
"packaging==26.0",
"pathspec==1.0.4",
"platformdirs==4.9.2",
"pluggy==1.6.0",
- "smmap==5.0.2",
"tomli==2.4.0; python_version < '3.11'",
"trove-classifiers==2026.1.14.14",
"typing-extensions==4.15.0; python_version < '3.11'",
diff --git a/scripts/ci/install_breeze.sh b/scripts/ci/install_breeze.sh
index 42c079f2fcd..96e5dbd0173 100755
--- a/scripts/ci/install_breeze.sh
+++ b/scripts/ci/install_breeze.sh
@@ -21,8 +21,8 @@ cd "$( dirname "${BASH_SOURCE[0]}" )/../../"
PYTHON_ARG=""
-PIP_VERSION="25.3"
-UV_VERSION="0.9.11"
+PIP_VERSION="26.0.1"
+UV_VERSION="0.10.7"
if [[ ${PYTHON_VERSION=} != "" ]]; then
PYTHON_ARG="--python=$(which python"${PYTHON_VERSION}") "
fi