From 82f96903ba6b45419df840454993be6d52c51036 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 21 Nov 2024 11:44:22 -0600 Subject: [PATCH] Fix header level of "Conflicting dependencies" page (#9330) --- docs/concepts/projects/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index 49211264cfeb..f65350b254c3 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -296,7 +296,7 @@ which instructs uv to install the project in non-editable mode. `--no-editable` deployment use-cases, such as building a Docker container, in which the project should be included in the deployed environment without a dependency on the originating source code. -### Conflicting dependencies +## Conflicting dependencies uv requires that all optional dependencies ("extras") declared by the project are compatible with each other and resolves all optional dependencies together when creating the lockfile.