From 110c88bf92540e09fa4796fc3e434b47da48f7dd Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 31 Mar 2026 18:53:55 -0400 Subject: [PATCH] Remove stale re-export of deleted google.openai subpackage --- src/pipecat/services/google/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/google/__init__.py b/src/pipecat/services/google/__init__.py index 32b12e367..6c50ae4b4 100644 --- a/src/pipecat/services/google/__init__.py +++ b/src/pipecat/services/google/__init__.py @@ -12,7 +12,6 @@ from .frames import * from .gemini_live import * from .image import * from .llm import * -from .openai import * from .rtvi import * from .stt import * from .tts import *