Add changelog entry for PR #3802

This commit is contained in:
James Hush
2026-02-23 14:08:24 +08:00
parent 5b696bd4ae
commit b873198a59

1
changelog/3802.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed self-referential `pipecat-ai[local-smart-turn-v3]` dependency in `pyproject.toml` that caused Poetry 2.x to fail with a circular dependency error. The underlying packages (`transformers`, `onnxruntime`) are now listed directly in main dependencies.