Fix typo in `concepts/projects/config.md` (#14759)

This commit is contained in:
Matt Norton 2025-07-20 22:27:33 +01:00 committed by GitHub
parent bd4c7ff860
commit d85a300b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -367,9 +367,9 @@ in the deployed environment without a dependency on the originating source code.
## Conflicting dependencies
uv requires resolves all project dependencies together, including optional dependencies ("extras")
and dependency groups. If dependencies declared in one section are not compatible with those in
another section, uv will fail to resolve the requirements of the project with an error.
uv resolves all project dependencies together, including optional dependencies ("extras") and
dependency groups. If dependencies declared in one section are not compatible with those in another
section, uv will fail to resolve the requirements of the project with an error.
uv supports explicit declaration of conflicting dependency groups. For example, to declare that the
`optional-dependency` groups `extra1` and `extra2` are incompatible: