From 57d346ce13c6b617c57c7b5781dce6caa83e9c88 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 6 Dec 2024 11:59:19 -0500 Subject: [PATCH] Upgrade Anthropic to the latest to avoid collision with aiohttp 3.11.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9ecec477..79026ddab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Source = "https://github.com/pipecat-ai/pipecat" Website = "https://pipecat.ai" [project.optional-dependencies] -anthropic = [ "anthropic~=0.34.0" ] +anthropic = [ "anthropic~=0.40.0" ] assemblyai = [ "assemblyai~=0.34.0" ] aws = [ "boto3~=1.35.27" ] azure = [ "azure-cognitiveservices-speech~=1.40.0", "openai~=1.50.2" ]