pyproject: downgrade to aiohttp 3.11.12

See https://pypi.org/project/aiohttp/#history
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-31 18:59:41 -07:00
parent 648bdea64c
commit 13d0563298

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence" "Topic :: Scientific/Engineering :: Artificial Intelligence"
] ]
dependencies = [ dependencies = [
"aiohttp~=3.11.13", "aiohttp~=3.11.12",
"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",