vatsrahul1001 opened a new pull request, #66913: URL: https://github.com/apache/airflow/pull/66913
Cherry-pick of #65915 for the Airflow 3.2.2 patch release. ### Conflict resolution One conflict in \`airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_xcom.py\`. PR's after-context interleaved three different PRs' content: 1. **#65915's actual contribution** — \`test_patch_xcom_entry_blocks_forbidden_keys\` (the new parametrized test for the reserved-key check). Kept. 2. **#64220's assertion change** (\`== new_value\` instead of \`== json.dumps(new_value)\`) — that PR isn't in this backport set; kept v3-2-test's \`== json.dumps(new_value)\` assertion. 3. **\`test_patch_xcom_preserves_int_type\`** (from #59032) — not part of #65915; dropped. Also removed a stray \`check_last_log(session, ...)\` line that ended up appended to the new test (it was after-context from a prior test); the new \`test_patch_xcom_entry_blocks_forbidden_keys\` doesn't take a \`session\` fixture so ruff F821'd it. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.7) Generated-by: Claude Code (Opus 4.7) 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]
