Pin airflow package versions in highest-resolution constraints#65244
Merged
potiuk merged 1 commit intoApr 14, 2026
Conversation
Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI.
bugraoz93
approved these changes
Apr 14, 2026
eladkal
approved these changes
Apr 14, 2026
jscheffl
approved these changes
Apr 14, 2026
Member
Author
|
looks good - constraints passed :) |
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
…aints (#65244) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Contributor
Backport successfully created: v3-2-testNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
|
eladkal
pushed a commit
that referenced
this pull request
Apr 15, 2026
…aints (#65244) (#65255) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com>
vatsrahul1001
added a commit
that referenced
this pull request
Apr 15, 2026
…aints (#65244) (#65255) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com>
vatsrahul1001
added a commit
that referenced
this pull request
Apr 15, 2026
…aints (#65244) (#65255) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com>
vatsrahul1001
added a commit
that referenced
this pull request
Apr 15, 2026
…aints (#65244) (#65255) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com>
vatsrahul1001
added a commit
that referenced
this pull request
Apr 15, 2026
…aints (#65244) (#65255) Pass exact version specifiers when installing apache-airflow, apache-airflow-core, and apache-airflow-task-sdk for the highest resolution constraint build so uv resolves against the versions currently declared in-tree rather than the latest published on PyPI. (cherry picked from commit d31f6ac) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com>
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.
When building the highest-resolution PyPI provider constraints, pass exact version specifiers for
apache-airflow,apache-airflow-core, andapache-airflow-task-sdkread from the in-treepyproject.toml/__init__.pyfiles. This prevents uv from resolving against a newer version published on PyPI after the branch was cut and keeps the generated constraints aligned with the versions currently declared in the source tree.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.6) following the guidelines