Skip to content

Update hatchling on broken canary check - #44947

Merged
amoghrajesh merged 1 commit into
apache:mainfrom
jscheffl:bugfix/fix-updates-on-main
Dec 16, 2024
Merged

Update hatchling on broken canary check#44947
amoghrajesh merged 1 commit into
apache:mainfrom
jscheffl:bugfix/fix-updates-on-main

Conversation

@jscheffl

Copy link
Copy Markdown
Contributor

Hatchling was released and broke canary. See https://github.com/apache/airflow/actions/runs/12341655218/job/34440551029

This PR makes the needed upgrade

@boring-cyborgboring-cyborgBot added area:API Airflow's REST/HTTP API area:dev-tools area:production-image Production image improvements and fixes labels Dec 15, 2024

@gopidesupavangopidesupavan left a comment

Copy link
Copy Markdown
Member

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.

@amoghrajesh
amoghrajesh merged commit 5605cde into apache:mainDec 16, 2024
@potiuk

Copy link
Copy Markdown
Member

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.

@potiuk

Copy link
Copy Markdown
Member

Nice one BTW!

@gopidesupavan

Copy link
Copy Markdown
Member

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.

Yes its released , oh okay , i thought dependaboat already configured on our repo and could see frequently prs from dependaboat for UI library upgrades.

@potiuk

Copy link
Copy Markdown
Member

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).

@gopidesupavan

Copy link
Copy Markdown
Member

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. :)

got686-yandex pushed a commit to got686-yandex/airflow that referenced this pull request Jan 30, 2025
@jscheffl
jscheffl deleted the bugfix/fix-updates-on-main branch October 5, 2025 07:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:APIAirflow's REST/HTTP APIarea:dev-toolsarea:production-imageProduction image improvements and fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jscheffl@potiuk@gopidesupavan@amoghrajesh