update aiohttp version to 3.11.9

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-05 07:35:21 -08:00
parent 00fd381808
commit 969b87dee9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ python-dotenv==1.0.1
modal==0.65.48
pipecat-ai[daily,silero,cartesia,openai]==0.0.48
fastapi==0.115.4
aiohttp==3.10.10
aiohttp==3.11.9

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence"
]
dependencies = [
"aiohttp~=3.10.3",
"aiohttp~=3.11.9",
"loguru~=0.7.2",
"Markdown~=3.7",
"numpy~=1.26.4",