Uh oh!
There was an error while loading. Please reload this page.
[v3-1-test] Add pre-commit hook to verify version consistency (#59509) - #59517
Merged
Conversation
ephraimbuddy
requested review from
amoghrajesh, ashb, bugraoz93, eladkal, gopidesupavan, jason810496, jscheffl, kaxil and potiuk
as code ownersDecember 16, 2025 16:30
bugraoz93
approved these changes
Dec 16, 2025
ephraimbuddyforce-pushed
the
backport-fbbce53-v3-1-test
branch
from
December 17, 2025 07:35
f31ad82 to
f5c8a22CompareUh oh!
There was an error while loading. Please reload this page.
ephraimbuddyforce-pushed
the
backport-fbbce53-v3-1-test
branch
2 times, most recently
from
December 18, 2025 11:36
c906d0a to
34a9cd8Comparepotiuk
commented
Dec 18, 2025
Member
Fix to failing static checks #59599 |
bugraoz93
commented
Dec 18, 2025
Contributor
I think you fixed that one Jarek on main. I assume rebase should fix this one |
Ensures Airflow and Task SDK versions remain consistent across all configuration files. The hook validates: This prevents version mismatches that could cause installation failures or dependency resolution issues after releases. (cherry picked from commit fbbce53) Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
ephraimbuddyforce-pushed
the
backport-fbbce53-v3-1-test
branch
from
December 18, 2025 17:19
34a9cd8 to
5ec1d36Comparepotiuk
approved these changes
Dec 18, 2025
potiuk
commented
Dec 18, 2025
Member
Merging. Static checks passed. |
Uh oh!
There was an error while loading. Please reload this page.
2 tasks
ephraimbuddy added a commit
that referenced
this pull request
Jan 6, 2026
#59517) * [v3-1-test] Add pre-commit hook to verify version consistency (#59509) Ensures Airflow and Task SDK versions remain consistent across all configuration files. The hook validates: This prevents version mismatches that could cause installation failures or dependency resolution issues after releases. (cherry picked from commit fbbce53) Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com> * Use exact match for this branch
61 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 freeto 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.
Ensures Airflow and Task SDK versions remain consistent across all configuration files. The hook validates:
This prevents version mismatches that could cause installation failures or dependency resolution issues after releases.
(cherry picked from commit fbbce53)