Bump Pipecat to 1.5.0

This commit is contained in:
Abhishek Kumar 2026-07-13 18:26:30 +05:30
parent 6d1051757c
commit 88cb715e48
3 changed files with 5 additions and 1 deletions

View file

@ -22,6 +22,7 @@ from pipecat.frames.frames import (
LLMContextFrame,
LLMFullResponseEndFrame,
LLMFullResponseStartFrame,
LLMServiceMetadataFrame,
UserTurnInferenceCompletedFrame,
)
from pipecat.pipeline.pipeline import Pipeline
@ -1214,6 +1215,7 @@ class TestCustomToolManagerIntegration:
pipeline,
frames_to_send=frames_to_send,
expected_down_frames=[
LLMServiceMetadataFrame,
LLMFullResponseStartFrame,
FunctionCallsFromLLMInfoFrame,
UserTurnInferenceCompletedFrame,