potiuk opened a new pull request, #64859:
URL: https://github.com/apache/airflow/pull/64859
Add `exclude-newer-package = false` entries for all workspace components in
both
`[tool.uv.exclude-newer-package]` and `[tool.uv.pip.exclude-newer-package]`
sections
of pyproject.toml.
This ensures workspace packages are not subject to the `exclude-newer`
time-based
restriction, preventing resolution issues when installing pre-release or
locally-built
packages.
Changes:
- Updated `update_airflow_pyproject_toml.py` to auto-generate
`exclude-newer-package`
entries for all workspace components (read from `[tool.uv.sources]`)
- Removed redundant `--exclude-newer` flag from
`install_airflow_and_providers.py`
since pyproject.toml now handles this globally
- Mount `pyproject.toml` in remove-sources docker-compose so uv config is
available
---
##### 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]