Skip to content

Resolve common.ai common-compat next-version pin missed in 2026-06-16 wave - #68740

Merged
shahar1 merged 1 commit into
apache:mainfrom
shahar1:fix-common-ai-next-version-pin
Jun 19, 2026
Merged

Resolve common.ai common-compat next-version pin missed in 2026-06-16 wave#68740
shahar1 merged 1 commit into
apache:mainfrom
shahar1:fix-common-ai-next-version-pin

Conversation

@shahar1

@shahar1shahar1 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Human Summary

Missed running "update-providers-next-version" while using the prepare-docs skill, so I left out common.ai # use next version unattended. This PR fixes it.

AI Summary

Click hereThe 2026-06-16 provider documentation wave (#68642) was merged without running `breeze release-management update-providers-next-version`. As a result, `common.ai` was left depending on `apache-airflow-providers-common-compat>=1.14.1 # use next version` — the placeholder pin — instead of `>=1.15.0`, the common-compat version released in that same wave.

This resolves the pin to >=1.15.0, removes the # use next version
comment, and regenerates the affected build metadata and docs
(provider_dependencies.json + checksum, README.rst, docs/index.rst).
It is exactly the diff update-providers-next-version would have produced
had it run before the wave merged. common.ai was the only provider
carrying a # use next version comment, so no other provider is affected.

A companion PR (#68739) adds the missing step to the
prepare-providers-documentation skill and the release guide so this is not
forgotten again.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

The 2026-06-16 provider wave (apache#68642) was merged without running
'breeze release-management update-providers-next-version', so common.ai's
dependency on apache-airflow-providers-common-compat was left at the
placeholder '>=1.14.1 # use next version' instead of being bumped to the
1.15.0 released in the same wave. Resolve the pin and regenerate the
provider dependencies metadata and docs.
@shahar1
shahar1 merged commit ddb63a4 into apache:mainJun 19, 2026
43 checks passed
@shahar1
shahar1 deleted the fix-common-ai-next-version-pin branch June 19, 2026 08:19
Sign up for freeto 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.

2 participants

@shahar1@amoghrajesh