Upgrade to py12 compatible aiohttp beta version

This commit is contained in:
Nachtalb 2023-11-03 19:01:27 +01:00
parent 228a86afdc
commit 78b1cfb9da
No known key found for this signature in database
GPG key ID: FB8B6CA09AE73612

View file

@ -41,7 +41,7 @@ classifiers = [
]
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp~=3.8.5",
"aiohttp~=3.9.0b0",
"pydantic>=2.4.1,<2.5",
"aiofiles~=23.2.1",
"certifi>=2023.7.22",