From ecb02d90492284d5bbb75d3be7c512f5de4ef7f4 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 4 Feb 2026 11:17:38 -0500 Subject: [PATCH] Bump RTVI_PROTOCOL_VERSION to 1.2.0 --- src/pipecat/processors/frameworks/rtvi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/processors/frameworks/rtvi.py b/src/pipecat/processors/frameworks/rtvi.py index cbd435d30..61c3ef57e 100644 --- a/src/pipecat/processors/frameworks/rtvi.py +++ b/src/pipecat/processors/frameworks/rtvi.py @@ -87,7 +87,7 @@ from pipecat.transports.base_output import BaseOutputTransport from pipecat.transports.base_transport import BaseTransport from pipecat.utils.string import match_endofsentence -RTVI_PROTOCOL_VERSION = "1.1.0" +RTVI_PROTOCOL_VERSION = "1.2.0" RTVI_MESSAGE_LABEL = "rtvi-ai" RTVIMessageLiteral = Literal["rtvi-ai"]