diff --git a/crates/uv/src/commands/diagnostics.rs b/crates/uv/src/commands/diagnostics.rs index 02412d683..f24aa3406 100644 --- a/crates/uv/src/commands/diagnostics.rs +++ b/crates/uv/src/commands/diagnostics.rs @@ -128,7 +128,7 @@ impl OperationDiagnostic { None } pip::operations::Error::OutdatedEnvironment => { - anstream::eprint!("{}", err); + anstream::eprintln!("{}", err); None } err => Some(err),