Skip to content

[v3-2-test] Registry: make tomllib fallback version-aware (#66666)#66918

Merged
vatsrahul1001 merged 1 commit into
v3-2-testfrom
backport-322-66666
May 15, 2026
Merged

[v3-2-test] Registry: make tomllib fallback version-aware (#66666)#66918
vatsrahul1001 merged 1 commit into
v3-2-testfrom
backport-322-66666

Conversation

@vatsrahul1001
Copy link
Copy Markdown
Contributor

@vatsrahul1001 vatsrahul1001 commented May 14, 2026

Cherry-pick of #66666

Conflict resolution

One conflict in `dev/registry/extract_metadata.py` (imports block). PR's after-context expected `import subprocess` to already be present from an earlier change not in v3-2-test, and adds `import sys` next to it. Took PR side but dropped `import subprocess` since it isn't used anywhere in the file on v3-2-test (would be a lint failure). Kept `import sys` (needed for the new `sys.version_info >= (3, 11)` tomllib check).


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

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

@potiuk potiuk force-pushed the backport-322-66666 branch from 1acfaf7 to 6ca89df Compare May 15, 2026 02:14
@vatsrahul1001 vatsrahul1001 merged commit cac9cdb into v3-2-test May 15, 2026
207 of 211 checks passed
@vatsrahul1001 vatsrahul1001 deleted the backport-322-66666 branch May 15, 2026 04:42
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Airflow Registry May 15, 2026
@vatsrahul1001 vatsrahul1001 added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label May 18, 2026
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.2.2 milestone May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools area:registry changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants