Fix minor typo in changelog (#16173)

Noticed from the release notes -- might want to edit those as well.

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Samuel Dion-Girardeau 2025-10-08 00:17:10 -04:00 committed by GitHub
parent 09b004c7bc
commit 783b48c13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ There are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts
### Enhancements ### Enhancements
- Don't warn when dependency is constraint by other dependency ([#16149](https://github.com/astral-sh/uv/pull/16149)) - Don't warn when a dependency is constrained by another dependency ([#16149](https://github.com/astral-sh/uv/pull/16149))
### Bug fixes ### Bug fixes