Fix self-referential dependency that breaks Poetry 2.x

Replace `pipecat-ai[local-smart-turn-v3]` in main dependencies with
the actual packages (transformers, onnxruntime) to eliminate the
circular dependency that causes Poetry to error with:
"Package 'pipecat-ai[local-smart-turn-v3]' is listed as a dependency of itself."
This commit is contained in:
James Hush
2026-02-23 14:07:57 +08:00
parent b67af19d47
commit 5b696bd4ae
2 changed files with 4364 additions and 4372 deletions

View File

@@ -38,8 +38,9 @@ dependencies = [
# Pinning numba to resolve package dependencies
"numba==0.61.2",
"wait_for2>=0.4.1; python_version<'3.12'",
# Pipecat optionals
"pipecat-ai[local-smart-turn-v3]",
# Local smart turn v3 (inlined to avoid self-referential dependency)
"transformers",
"onnxruntime~=1.23.2",
]
[project.urls]

8731
uv.lock generated

File diff suppressed because it is too large Load Diff