From b063d9d43b069de6608155a988fe1cca4a2e5145 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 10 Feb 2026 22:06:38 -0500 Subject: [PATCH] Fix quickstart pyproject.toml --- examples/quickstart/pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/quickstart/pyproject.toml b/examples/quickstart/pyproject.toml index ee18f96c0..efeee9106 100644 --- a/examples/quickstart/pyproject.toml +++ b/examples/quickstart/pyproject.toml @@ -18,6 +18,3 @@ dev = [ line-length = 100 [tool.ruff.lint] select = ["I"] - - [tool.uv.sources] -pipecat-ai = { path = "../../", editable = true } \ No newline at end of file