From a1a29b3933830daf847e06239f72ec599654b7b3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 27 Mar 2026 14:50:12 -0400 Subject: [PATCH] Add changelog for #4174 --- changelog/4174.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4174.fixed.md diff --git a/changelog/4174.fixed.md b/changelog/4174.fixed.md new file mode 100644 index 000000000..874f7e3c7 --- /dev/null +++ b/changelog/4174.fixed.md @@ -0,0 +1 @@ +- ⚠️ Fixed `DeepgramSTTService` compatibility with deepgram-sdk 6.1.0. The SDK now requires explicit message objects for `send_keep_alive()`, `send_close_stream()`, and `send_finalize()`. The minimum deepgram-sdk version is now 6.1.0.