From 303616599fffffcab61ac0738f38999e3b0012ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 2 Mar 2026 14:48:20 -0800 Subject: [PATCH] Add changelog for #3902 --- changelog/3902.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3902.changed.md diff --git a/changelog/3902.changed.md b/changelog/3902.changed.md new file mode 100644 index 000000000..95d3d592c --- /dev/null +++ b/changelog/3902.changed.md @@ -0,0 +1 @@ +- Moved `pipecat.services.deepgram.stt_sagemaker` and `pipecat.services.deepgram.tts_sagemaker` to `pipecat.services.deepgram.sagemaker.stt` and `pipecat.services.deepgram.sagemaker.tts`. The old import paths still work but emit a `DeprecationWarning`.