mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: upgrade pipecat
This commit is contained in:
parent
771781096e
commit
5114ca5ee7
3 changed files with 2 additions and 3 deletions
|
|
@ -17,7 +17,6 @@ from fastapi import (
|
|||
WebSocket,
|
||||
)
|
||||
from loguru import logger
|
||||
from pipecat.utils.run_context import set_current_run_id
|
||||
from pydantic import BaseModel, field_validator
|
||||
from sqlalchemy import text
|
||||
from sqlalchemy.future import select
|
||||
|
|
@ -51,6 +50,7 @@ from api.utils.telephony_helper import (
|
|||
numbers_match,
|
||||
parse_webhook_request,
|
||||
)
|
||||
from pipecat.utils.run_context import set_current_run_id
|
||||
|
||||
router = APIRouter(prefix="/telephony")
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ class CloudonixProvider(TelephonyProvider):
|
|||
"caller-id": from_number, # Required field
|
||||
}
|
||||
|
||||
|
||||
# TODO: Cloudonix status callbacks are spammy, so commenting it out. Can send it to
|
||||
# some persistent logging system instead of transcational database.
|
||||
# Add status callback if workflow_run_id provided
|
||||
|
|
|
|||
2
pipecat
2
pipecat
|
|
@ -1 +1 @@
|
|||
Subproject commit b6877678e9ee78d5d96960b072729b77ae247b6d
|
||||
Subproject commit 18975f78b982cbace33d76eda0759eddb85eea5a
|
||||
Loading…
Add table
Add a link
Reference in a new issue