Increased aiohttp version (#1615)

* Increased aiohttp version

* Added changes file

* Update CHANGES/1615.misc.rst

---------

Co-authored-by: Долгалев Дмитрий Игоревич <didolgalev@domclick.ru>
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Dmitriy 2024-12-14 20:32:21 +03:00 committed by GitHub
parent 782796c217
commit 494e07a75a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
CHANGES/1615.misc.rst Normal file
View file

@ -0,0 +1 @@
Increased max :code:`aiohttp` version support from “<3.11” to “<3.12”

View file

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