Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: check-hooks-apply
name: Check if all hooks apply to the repository
- repo: https://github.com/thlorenz/doctoc.git
rev: 8c02ba71e7e9c5c90d85f05b676523cb8fd897c6 # frozen: v2.4.0
rev: d77825acdc8ca194308680fa4f8385ae5bb61cb4 # frozen: v2.4.1
hooks:
- id: doctoc
name: Add TOC for Markdown and RST files
Expand Down Expand Up @@ -376,7 +376,7 @@ repos:
- --skip=providers/.*/src/airflow/providers/*/*.rst,providers/*/docs/changelog.rst,docs/*/commits.rst,providers/*/docs/commits.rst,providers/*/*/docs/commits.rst,docs/apache-airflow/tutorial/pipeline_example.csv,*.min.js,*.lock,INTHEWILD.md,*.svg
- --exclude-file=.codespellignorelines
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: 0703f40666c15722d5402120b1bbd61bc3503772 # frozen: v1.24.0
rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1
hooks:
- id: zizmor
name: Run zizmor to check for github workflow syntax errors
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ARG PYTHON_LTO="true"
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
ARG AIRFLOW_PIP_VERSION=26.0.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
ARG AIRFLOW_UV_VERSION=0.11.6
ARG AIRFLOW_UV_VERSION=0.11.7
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"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -1810,8 +1810,8 @@ COPY --from=scripts common.sh install_packaging_tools.sh install_additional_depe
# Also use `force pip` label on your PR to swap all places we use `uv` to `pip`
ARG AIRFLOW_PIP_VERSION=26.0.1
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
ARG AIRFLOW_UV_VERSION=0.11.6
ARG AIRFLOW_PREK_VERSION="0.3.8"
ARG AIRFLOW_UV_VERSION=0.11.7
ARG AIRFLOW_PREK_VERSION="0.3.9"

# UV_LINK_MODE=copy is needed since we are using cache mounted from the host
ENV AIRFLOW_PIP_VERSION=${AIRFLOW_PIP_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion airflow-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = [
"gitdb==4.0.12",
"GitPython==3.1.46",
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"smmap==5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion airflow-ctl-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[build-system]
requires = [
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
Expand Down
2 changes: 1 addition & 1 deletion airflow-ctl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ apache-airflow-ctl = "airflowctl.__main__:main"
[build-system]
requires = [
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
Expand Down
2 changes: 1 addition & 1 deletion airflow-e2e-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[build-system]
requires = [
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
Expand Down
2 changes: 1 addition & 1 deletion chart/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[build-system]
requires = [
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[build-system]
requires = [
"hatchling==1.29.0",
"packaging==26.0",
"packaging==26.1",
"pathspec==1.0.4",
"pluggy==1.6.0",
"tomli==2.4.1; python_version < '3.11'",
Expand Down
4 changes: 2 additions & 2 deletions dev/breeze/doc/ci/02_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ can be used for CI images:
| `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` | `26.0.1` | `pip` version used. |
| `AIRFLOW_UV_VERSION` | `0.11.6` | `uv` version used. |
| `AIRFLOW_PREK_VERSION` | `0.3.8` | `prek` version used. |
| `AIRFLOW_UV_VERSION` | `0.11.7` | `uv` version used. |
| `AIRFLOW_PREK_VERSION` | `0.3.9` | `prek` version used. |
| `AIRFLOW_USE_UV` | `true` | Whether to use UV for installation. |
| `PIP_PROGRESS_BAR` | `on` | Progress bar for PIP installation |

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
"jinja2>=3.1.5",
"jsonschema>=4.19.1",
"packaging>=25.0",
"prek>=0.3.8",
"prek>=0.3.9",
"psutil>=5.9.6",
"pygithub>=2.1.1",
"pytest-xdist>=3.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ class VersionedFile(NamedTuple):


AIRFLOW_PIP_VERSION = "26.0.1"
AIRFLOW_UV_VERSION = "0.11.6"
AIRFLOW_UV_VERSION = "0.11.7"
AIRFLOW_USE_UV = False
GITPYTHON_VERSION = "3.1.46"
RICH_VERSION = "15.0.0"
PREK_VERSION = "0.3.8"
PREK_VERSION = "0.3.9"
HATCH_VERSION = "1.16.5"
PYYAML_VERSION = "6.0.3"

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
ALLOWED_INSTALL_MYSQL_CLIENT_TYPES = ["mariadb"]

PIP_VERSION = "26.0.1"
UV_VERSION = "0.11.6"
UV_VERSION = "0.11.7"

# packages that providers docs
REGULAR_DOC_PACKAGES = [
Expand Down
Loading
Loading