Skip to content

[v3-3-test] Keep not-ready providers out of the all extra (#71165) - #71167

Merged
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:backport-fb459de-v3-3-test
Aug 5, 2026
Merged

[v3-3-test] Keep not-ready providers out of the all extra (#71165)#71167
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:backport-fb459de-v3-3-test

Conversation

@potiuk

@potiuk potiuk commented Aug 5, 2026

Copy link
Copy Markdown
Member

A not-ready provider has never been published, so naming it in an extra makes that extra impossible to satisfy - there is no version on PyPI to resolve to. It broke constraints generation for 3.3.1rc1, where apache-airflow[all] could not resolve because it required apache-airflow-providers-ibm-mq.

Only the extras change. The source tree still holds those providers, so they stay in the workspace and under mypy - which is how CI installs and checks them. (cherry picked from commit fb459de)


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

A not-ready provider has never been published, so naming it in an extra makes
that extra impossible to satisfy - there is no version on PyPI to resolve to.
It broke constraints generation for 3.3.1rc1, where apache-airflow[all] could
not resolve because it required apache-airflow-providers-ibm-mq.

Only the extras change. The source tree still holds those providers, so they
stay in the workspace and under mypy - which is how CI installs and checks them.
(cherry picked from commit fb459de)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
@potiuk
potiuk merged commit ebca37f into apache:v3-3-test Aug 5, 2026
5 checks passed
@potiuk
potiuk deleted the backport-fb459de-v3-3-test branch August 5, 2026 09:43
vatsrahul1001 pushed a commit that referenced this pull request Aug 5, 2026
…71167)

A not-ready provider has never been published, so naming it in an extra makes
that extra impossible to satisfy - there is no version on PyPI to resolve to.
It broke constraints generation for 3.3.1rc1, where apache-airflow[all] could
not resolve because it required apache-airflow-providers-ibm-mq.

Only the extras change. The source tree still holds those providers, so they
stay in the workspace and under mypy - which is how CI installs and checks them.
(cherry picked from commit fb459de)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant