chore(airflow): Add 3.1.5, remove 2.10.5 and 3.0.1#1405
Merged
NickLarsenNZ merged 7 commits intomainfrom Jan 19, 2026
Merged
Conversation
It should be noted that Cython had to be constrained to >= 3.1.0 which means no specific version is used. This is due to conflicts when gssapi and krb5 are built. gssapi (1.10.1) requires 3.1.3, but krb5 (0.9.0) requires 3.2.1. It might additionally also be possible to use Python 3.13 and a newer uv version, as Airflow supports Python 3.13 and uses uv 0.9.x. This will we explored in a future commit. The cyclonedx-bom generator was bumped to the latest version, but that now requires an if statement in the Dockerfile. It might be possible to also use the newer version for Airflow 3.0.6.
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1370
This PR primarily adds Airflow 3.1.5 while also removing 2.10.5 and 3.0.1. Significant changes are:
>= 3.1.0Some of these changes might be able to be included in older Airflow versions if possible and/or wanted.
CI test build: https://github.com/stackabletech/docker-images/actions/runs/21144140078