potiuk opened a new pull request, #64028: URL: https://github.com/apache/airflow/pull/64028
## Summary - Remove side-loaded package overrides from `[tool.uv.sources]`: ray nightly wheels (x86_64-only, broke ARM), cassandra-driver git trunk, and pluggy git rev - Restrict `ray[default]` to `python_version < '3.14'` in google provider (no ARM wheel available) - Remove `cassandra-driver>=3.30.0` specifier for Python 3.14 in cassandra provider (no such release exists yet) - Updated `uv.lock` accordingly The 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? - [X] Yes — Claude Opus 4.6 Generated-by: Claude Opus 4.6 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]
