Fix Python 3.14 ARM failures by removing side-loaded packages#64028
Merged
potiuk merged 1 commit intoapache:mainfrom Mar 21, 2026
Merged
Fix Python 3.14 ARM failures by removing side-loaded packages#64028potiuk merged 1 commit intoapache:mainfrom
potiuk merged 1 commit intoapache:mainfrom
Conversation
Remove side-loaded package overrides (ray nightly wheels, cassandra-driver from git trunk, pluggy from git) from `[tool.uv.sources]` that were causing failures on ARM builds. The ray nightly wheel was x86_64-only, causing resolution failures on ARM. The cassandra-driver and pluggy git overrides are no longer needed as upstream releases now support 3.14. Also restrict ray to python_version < 3.14 in google provider and remove the cassandra-driver 3.14 specifier in cassandra provider since there is no released version supporting 3.14 yet.
gopidesupavan
approved these changes
Mar 21, 2026
vatsrahul1001
approved these changes
Mar 21, 2026
eladkal
reviewed
Mar 21, 2026
Member
Author
|
OK. Passed enough of tests to seem to work. compat tests fixed in main. Merging. |
1 task
fat-catTW
pushed a commit
to fat-catTW/airflow
that referenced
this pull request
Mar 22, 2026
…#64028) Remove side-loaded package overrides (ray nightly wheels, cassandra-driver from git trunk, pluggy from git) from `[tool.uv.sources]` that were causing failures on ARM builds. The ray nightly wheel was x86_64-only, causing resolution failures on ARM. The cassandra-driver and pluggy git overrides are no longer needed as upstream releases now support 3.14. Also restrict ray to python_version < 3.14 in google provider and remove the cassandra-driver 3.14 specifier in cassandra provider since there is no released version supporting 3.14 yet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[tool.uv.sources]: ray nightly wheels (x86_64-only, broke ARM), cassandra-driver git trunk, and pluggy git revray[default]topython_version < '3.14'in google provider (no ARM wheel available)cassandra-driver>=3.30.0specifier for Python 3.14 in cassandra provider (no such release exists yet)uv.lockaccordinglyThe side-loaded packages were temporary workarounds for Python 3.14 support that are no longer needed (upstream releases now support 3.14) or that broke ARM builds (ray nightly was x86_64-only).
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Opus 4.6 following the guidelines