Suppress redundant pyproject dependency warning for uv-managed projects - #1971
Merged
codeforester merged 1 commit intoAug 20, 2026
Conversation
codeforester
force-pushed
the
bug/1968-20260819-suppress-redundant-pyproject-dependency-warning-for-uv-manag
branch
from
August 19, 2026 12:02
26ddfb9 to
8f3db3b
Compare
codeforester
marked this pull request as ready for review
August 20, 2026 05:16
codeforester
deleted the
bug/1968-20260819-suppress-redundant-pyproject-dependency-warning-for-uv-manag
branch
August 20, 2026 05:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BASE-P142when a project explicitly declarespython.manager: uv.Root Cause
The read-only
pyproject.tomldiagnostic classified all dependency metadata as unmanaged. That check ran independently of the manifest's explicit uv manager, even though Base delegates uv dependency synchronization and already reports uv readiness and drift throughBASE-P150throughBASE-P155.User Impact
Healthy uv-managed projects no longer look incomplete because of a redundant warning. Missing uv project files, environments, or synchronization drift remain visible through the dedicated uv findings.
Validation
TZ=UTC: 962 passed, 1 skipped, 254 subtests passed.git diff --checkpassed.Demo Impact
None. This is a diagnostics-only behavior fix.
AI Context
No
.ai-context/update is needed; the change refines an existing diagnostic boundary without changing Base's product shape, command surface, or manifest model.Fixes #1968