shahar1 opened a new pull request, #68740: URL: https://github.com/apache/airflow/pull/68740
The 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? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
