shahar1 opened a new pull request, #73506: URL: https://github.com/apache/airflow/pull/73506
Regular provider release wave. 33 providers are released, 5 are marked doc-only, and the remaining providers with pending changes had only build/tooling churn and stay out. > [!IMPORTANT] > This PR needs the **`allow provider dependency bump`** label. Two inter-provider `>=` floors were resolved from `# use next version` pins (`fab` → `common-compat>=1.20.0`, `common.ai` → `standard>=1.19.1`), which trips the `check_provider_dependency_bumps` selective check. ### Major bumps | Provider | Version | Breaking change | | --- | --- | --- | | amazon | 9.36.0 → 10.0.0 | Deferred AWS hooks are now built from the operator's own `region_name`/`verify`/`botocore_config` (#72171) | | edge3 | 4.3.2 → 5.0.0 | `EdgeExecutor` now counts queued workloads against `[core] parallelism` (#72048) | | git | 0.5.0 → 1.0.0 | Token auth moves to a `GIT_CONFIG_COUNT` credential helper; needs git >= 2.31 (#64105) | | microsoft.psrp | 3.2.7 → 4.0.0 | `PsrpOperator` no longer defaults `task_id` to `cmdlet` (#73036) | | openai | 1.8.2 → 2.0.0 | `create_embeddings` returns every embedding for list inputs (#71989) | | common.ai | 0.9.0 → 0.10.0 | `ErrorClassification` removed, PydanticAI `conn_type` renamed, `SQLToolset` rejects `allowed_tables=None`/`[]` (#73450, #72853, #73381, #73452) | `common.ai` is bumped to `0.10.0` rather than `1.0.0`: its breaking changes are real, but the provider is still pre-1.0 and the API is expected to keep moving, so the 0.x signal is kept deliberately. Every major carries a note in its version section with the migration path. ### Validation - `dev/check_changelog_entries.py --fix` — 33 changelogs, 0 unresolved problems. - `prek run --from-ref main --stage pre-commit` — no failures. - `breeze release-management prepare-provider-documentation --reapply-templates-only` is idempotent. - `breeze release-management update-providers-next-version` run; no `# use next version` pins remain. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
