From e8b5ea38888a89fef12142a189396cb73b9eca74 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Mon, 13 Jul 2026 18:33:18 +0530 Subject: [PATCH] Bump Pipecat to 1.5.0 (#530) --- api/tests/test_custom_tools.py | 2 ++ api/tests/test_unregistered_function_call.py | 2 ++ pipecat | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/api/tests/test_custom_tools.py b/api/tests/test_custom_tools.py index dad8c2be..bfa7652b 100644 --- a/api/tests/test_custom_tools.py +++ b/api/tests/test_custom_tools.py @@ -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, diff --git a/api/tests/test_unregistered_function_call.py b/api/tests/test_unregistered_function_call.py index a5f31a04..15c4e3b0 100644 --- a/api/tests/test_unregistered_function_call.py +++ b/api/tests/test_unregistered_function_call.py @@ -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, diff --git a/pipecat b/pipecat index cc535a0c..2c49da3b 160000 --- a/pipecat +++ b/pipecat @@ -1 +1 @@ -Subproject commit cc535a0c86b799804469b68daa6d9d9fd696cfe6 +Subproject commit 2c49da3be55be29284508f37794f5d9d46d028e0