Bump Pipecat to 1.5.0 (#530)

This commit is contained in:
Abhishek 2026-07-13 18:33:18 +05:30 committed by GitHub
parent 50e3c8c281
commit e8b5ea3888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@ from pipecat.frames.frames import (
LLMContextFrame,
LLMFullResponseEndFrame,
LLMFullResponseStartFrame,
LLMServiceMetadataFrame,
UserTurnInferenceCompletedFrame,
)
from pipecat.pipeline.pipeline import Pipeline
@ -44,6 +45,7 @@ class TestUnregisteredFunctionCall:
pipeline,
frames_to_send=[LLMContextFrame(context)],
expected_down_frames=[
LLMServiceMetadataFrame,
LLMFullResponseStartFrame,
FunctionCallsFromLLMInfoFrame,
UserTurnInferenceCompletedFrame,