From 69f5c9b9d380f44823fc733f59796f741122f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 4 Feb 2025 14:37:36 -0800 Subject: [PATCH] update anthropic and openpipe versions --- examples/studypal/requirements.txt | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/studypal/requirements.txt b/examples/studypal/requirements.txt index 2d6e21042..a2e7b803d 100644 --- a/examples/studypal/requirements.txt +++ b/examples/studypal/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.3 pypdf==4.3.1 tiktoken==0.7.0 -pipecat-ai[daily,cartesia,openai,silero]==0.0.40 +pipecat-ai[daily,cartesia,openai,silero] python-dotenv==1.0.1 diff --git a/pyproject.toml b/pyproject.toml index ee911098f..31efcae2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Source = "https://github.com/pipecat-ai/pipecat" Website = "https://pipecat.ai" [project.optional-dependencies] -anthropic = [ "anthropic~=0.39.0" ] +anthropic = [ "anthropic~=0.45.2" ] assemblyai = [ "assemblyai~=0.36.0" ] aws = [ "boto3~=1.35.99" ] azure = [ "azure-cognitiveservices-speech~=1.42.0", "openai~=1.59.6" ] @@ -70,7 +70,7 @@ moondream = [ "einops~=0.8.0", "timm~=1.0.13", "transformers~=4.48.0" ] nim = [ "openai~=1.59.6" ] noisereduce = [ "noisereduce~=3.0.3" ] openai = [ "openai~=1.59.6", "websockets~=13.1", "python-deepcompare~=2.1.0" ] -openpipe = [ "openpipe~=4.43.0" ] +openpipe = [ "openpipe~=4.45.0" ] playht = [ "pyht~=0.1.6", "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.18.0" ] silero = [ "onnxruntime~=1.20.1" ]