08577895ae
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Add the explicit configuration for opting out a package out of `--exclude-newer`. The docs mention this from https://github.com/astral-sh/uv/pull/16854, but the actual pyproject.toml configuration was missing. I found it from https://github.com/astral-sh/uv/issues/12449#issuecomment-4170155721, but this should be in the docs. ## Test Plan uv run --only-group docs mkdocs serve -f mkdocs.yml --------- Co-authored-by: Zanie Blue <contact@zanie.dev>