-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update hatchling on broken canary check #44947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :)
It seems dependaboat is not working properly on our repo for pip packaging upgrades, some time back we have made changes at dependaboat repo to upgrade dependency under build-requires.
I think it might require some config changes or workflow changes in this repo. I will look into tomorrow.
Is that change released already ? If so, then I am quite sure we need to configure it - and then we will be able to disable the manual check we have now that breaks canary for build-dependencies. |
Nice one BTW! |
Yes its released , oh okay , i thought dependaboat already configured on our repo and could see frequently prs from dependaboat for UI library upgrades. |
We are using dynamic dependencies generated by hatch_build.py - not stored in pyproject.toml, so we don't use dependabot for Python {yet). |
oh okay, have raised change here #44966. :) |
New hatchling version was released.
New hatchling version was released.
Hatchling was released and broke canary. See https://github.com/apache/airflow/actions/runs/12341655218/job/34440551029
This PR makes the needed upgrade