added aiohttp 3.10 support

This commit is contained in:
Oleg A 2024-07-31 09:15:38 +03:00
parent 2516f32168
commit fc5d2b3586
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -42,7 +42,7 @@ classifiers = [
]
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp~=3.9.0",
"aiohttp>=3.9.0,<3.11",
"pydantic>=2.4.1,<2.9",
"aiofiles~=23.2.1",
"certifi>=2023.7.22",