Merge pull request #794 from pipecat-ai/mb/upgrade-anthropic

Upgrade Anthropic to the latest to avoid collision with aiohttp 3.11.9
This commit is contained in:
Mark Backman
2024-12-06 12:01:51 -05:00
committed by GitHub

View File

@@ -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" ]