Изменена версия aiohttp на 3.12.14

This commit is contained in:
Денис Семёнов 2025-07-30 13:16:42 +03:00
parent 67de8aae1f
commit 622d3a3eb3

View File

@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
] ]
dependencies = [ dependencies = [
"aiohttp>=3.8.0", "aiohttp>=3.12.14",
"magic_filter>=1.0.0", "magic_filter>=1.0.0",
"pydantic>=1.8.0", "pydantic>=1.8.0",
"aiofiles==24.1.0", "aiofiles==24.1.0",