Merge pull request #1297 from pipecat-ai/aleix/daily-python-0.15.0

pyproject: update daily-python, aiohttp and pydantic
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-26 10:26:59 -08:00
committed by GitHub

View File

@@ -20,14 +20,14 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence" "Topic :: Scientific/Engineering :: Artificial Intelligence"
] ]
dependencies = [ dependencies = [
"aiohttp~=3.11.11", "aiohttp~=3.11.13",
"audioop-lts~=0.2.1; python_version>='3.13'", "audioop-lts~=0.2.1; python_version>='3.13'",
"loguru~=0.7.3", "loguru~=0.7.3",
"Markdown~=3.7", "Markdown~=3.7",
"numpy~=1.26.4", "numpy~=1.26.4",
"Pillow~=11.1.0", "Pillow~=11.1.0",
"protobuf~=5.29.3", "protobuf~=5.29.3",
"pydantic~=2.10.5", "pydantic~=2.10.6",
"pyloudnorm~=0.1.1", "pyloudnorm~=0.1.1",
"resampy~=0.4.3", "resampy~=0.4.3",
"soxr~=0.5.0", "soxr~=0.5.0",
@@ -47,7 +47,7 @@ canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.3.1", "websockets~=13.1" ] cartesia = [ "cartesia~=1.3.1", "websockets~=13.1" ]
cerebras = [] cerebras = []
deepseek = [] deepseek = []
daily = [ "daily-python~=0.14.2" ] daily = [ "daily-python~=0.15.0" ]
deepgram = [ "deepgram-sdk~=3.8.0" ] deepgram = [ "deepgram-sdk~=3.8.0" ]
elevenlabs = [ "websockets~=13.1" ] elevenlabs = [ "websockets~=13.1" ]
fal = [ "fal-client~=0.5.6" ] fal = [ "fal-client~=0.5.6" ]