chore: upgrade pipecat

This commit is contained in:
Abhishek Kumar 2026-03-09 17:45:47 +05:30
parent ec58356276
commit 1d1949086a
2 changed files with 4 additions and 1 deletions

View file

@ -809,6 +809,9 @@ async def _process_status_update(workflow_run_id: int, status: StatusCallbackReq
state=WorkflowRunState.COMPLETED.value,
gathered_context={"call_tags": call_tags},
)
elif status.status in ["in-progress", "initiated", "ringing"]:
# No Op
pass
else:
logger.warning(
f"[run {workflow_run_id}] Unexpected status update: {status.status}"

@ -1 +1 @@
Subproject commit 18975f78b982cbace33d76eda0759eddb85eea5a
Subproject commit efcd34192ce28530053e90aed67890644c71f1e1