Removed import and added changelog entry.

This commit is contained in:
Glenn Powell
2026-01-15 16:47:15 -08:00
parent 0e3532c529
commit 37914cb062
2 changed files with 1 additions and 1 deletions

1
changelog/3461.added.md Normal file
View File

@@ -0,0 +1 @@
- Added the `additional_headers` param to `WebsocketClientParams`, allowing `WebsocketClientTransport` to send custom headers on connect, for cases such as authentication.

View File

@@ -20,7 +20,6 @@ from typing import Awaitable, Callable, Optional
import websockets import websockets
from loguru import logger from loguru import logger
from pydantic.main import BaseModel from pydantic.main import BaseModel
from websockets import HeadersLike
from websockets.asyncio.client import connect as websocket_connect from websockets.asyncio.client import connect as websocket_connect
from pipecat.frames.frames import ( from pipecat.frames.frames import (