Merge pull request #1492 from pipecat-ai/aleix/downgrade-to-aiohttp-3.11.12

pyproject: downgrade to aiohttp 3.11.12
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-31 19:01:04 -07:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence"
]
dependencies = [
"aiohttp~=3.11.13",
"aiohttp~=3.11.12",
"audioop-lts~=0.2.1; python_version>='3.13'",
"loguru~=0.7.3",
"Markdown~=3.7",