Replace audioop for python 3.13+

This commit is contained in:
Mark Backman
2024-12-16 19:56:17 -05:00
parent f3112a8638
commit 4036c2aed5
3 changed files with 56 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ Website = "https://pipecat.ai"
[project.optional-dependencies]
anthropic = [ "anthropic~=0.40.0" ]
assemblyai = [ "assemblyai~=0.34.0" ]
audio = [ "soundfile~=0.12.1" ]
aws = [ "boto3~=1.35.27" ]
azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.57.2" ]
canonical = [ "aiofiles~=24.1.0" ]