@@ -16,7 +16,9 @@ git-sync-version = "v4.6.0"
1616s3fs-version = " 2024.9.0"
1717cyclonedx-bom-version = " 7.3.0"
1818tini-version = " 0.19.0"
19- uv-version = " 0.11.7"
19+ # Bump to the latest release found here: https://github.com/astral-sh/uv/releases
20+ # TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
21+ uv-version = " 0.11.19"
2022airflow-extras-other = " async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
2123opa-auth-manager = " airflow-2"
2224nodejs-version = " 20"
@@ -36,7 +38,9 @@ git-sync-version = "v4.6.0"
3638s3fs-version = " 2024.9.0"
3739cyclonedx-bom-version = " 7.3.0"
3840tini-version = " 0.19.0"
39- uv-version = " 0.11.7"
41+ # Bump to the latest release found here: https://github.com/astral-sh/uv/releases
42+ # TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
43+ uv-version = " 0.11.19"
4044
4145# Airflow extras are defined in separate lists to make them easier to check against the links below.
4246# The lists will be concatenated and duplicates removed in the dockerfile.
@@ -77,7 +81,9 @@ git-sync-version = "v4.6.0"
7781s3fs-version = " 2026.1.0"
7882cyclonedx-bom-version = " 7.3.0"
7983tini-version = " 0.19.0"
80- uv-version = " 0.11.7"
84+ # Bump to the latest release found here: https://github.com/astral-sh/uv/releases
85+ # TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
86+ uv-version = " 0.11.19"
8187
8288# Airflow extras are defined in separate lists to make them easier to check against the links below.
8389# The lists will be concatenated and duplicates removed in the dockerfile.
@@ -105,7 +111,7 @@ nodejs-version = "22"
105111
106112# Supported
107113[versions ."3 .2 .1" .local-images ]
108- "shared/statsd-exporter" = " 0.28 .0"
114+ "shared/statsd-exporter" = " 0.30 .0"
109115vector = " 0.55.0"
110116stackable-devel = " 1.0.0"
111117
@@ -118,7 +124,9 @@ git-sync-version = "v4.6.0"
118124s3fs-version = " 2026.3.0"
119125cyclonedx-bom-version = " 7.3.0"
120126tini-version = " 0.19.0"
121- uv-version = " 0.11.7"
127+ # Bump to the latest release found here: https://github.com/astral-sh/uv/releases
128+ # TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
129+ uv-version = " 0.11.19"
122130
123131# Airflow extras are defined in separate lists to make them easier to check against the links below.
124132# The lists will be concatenated and duplicates removed in the dockerfile.
0 commit comments