You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: Python version is kept stable unless the new Airflow version drops support for it.
28
32
python-version = "3.12"
29
-
git-sync-version = "v4.4.1"
33
+
git-sync-version = "v4.6.0"
34
+
# Must match the version in the constraints file.
35
+
# TODO: Check if this can be removed in favour of letting it come in via the s3fs extra and constraints.
30
36
s3fs-version = "2024.9.0"
31
-
cyclonedx-bom-version = "6.0.0"
37
+
cyclonedx-bom-version = "7.3.0"
32
38
tini-version = "0.19.0"
33
-
uv-version = "0.7.8"
39
+
uv-version = "0.11.7"
34
40
35
-
# Airflow extras are defined in separate lists to make them easier to check against the links below. The lists will be concatenated and duplicates removed in the dockerfile.
41
+
# Airflow extras are defined in separate lists to make them easier to check against the links below.
42
+
# The lists will be concatenated and duplicates removed in the dockerfile.
43
+
# TODO: Add policy for when to add extras.
36
44
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#core-airflow-extras
# NOTE: Python version is kept stable unless the new Airflow version drops support for it.
114
+
python-version = "3.12"
115
+
git-sync-version = "v4.6.0"
116
+
# Must match the version in the constraints file.
117
+
# TODO: Check if this can be removed in favour of letting it come in via the s3fs extra and constraints.
118
+
s3fs-version = "2026.3.0"
119
+
cyclonedx-bom-version = "7.3.0"
69
120
tini-version = "0.19.0"
70
-
# NOTE (@Techassi): Maybe this version can be bumped
71
-
uv-version = "0.7.22"
121
+
uv-version = "0.11.7"
72
122
73
-
# Airflow extras are defined in separate lists to make them easier to check against the links below. The lists will be concatenated and duplicates removed in the dockerfile.
74
-
# See https://airflow.apache.org/docs/apache-airflow/3.1.5/extra-packages-ref.html#core-airflow-extras
123
+
# Airflow extras are defined in separate lists to make them easier to check against the links below.
124
+
# The lists will be concatenated and duplicates removed in the dockerfile.
125
+
# TODO: Add policy for when to add extras.
126
+
# See https://airflow.apache.org/docs/apache-airflow/3.2.1/extra-packages-ref.html#core-airflow-extras
0 commit comments