Relax aiohttp versions range (3.12 -> 3.13)

This commit is contained in:
Alexander 2025-06-17 19:20:55 +03:00 committed by Smertig
parent b488808b30
commit dc0a1ddbce

View file

@ -42,7 +42,7 @@ classifiers = [
]
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp>=3.9.0,<3.12",
"aiohttp>=3.9.0,<3.13",
"pydantic>=2.4.1,<2.12",
"aiofiles>=23.2.1,<24.2",
"certifi>=2023.7.22",