From b873198a595d2ce06646f97dba37150eb1e96e96 Mon Sep 17 00:00:00 2001 From: James Hush Date: Mon, 23 Feb 2026 14:08:24 +0800 Subject: [PATCH] Add changelog entry for PR #3802 --- changelog/3802.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3802.fixed.md diff --git a/changelog/3802.fixed.md b/changelog/3802.fixed.md new file mode 100644 index 000000000..4b44783e0 --- /dev/null +++ b/changelog/3802.fixed.md @@ -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.