mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
782796c217
commit
494e07a75a
2 changed files with 2 additions and 1 deletions
1
CHANGES/1615.misc.rst
Normal file
1
CHANGES/1615.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Increased max :code:`aiohttp` version support from “<3.11” to “<3.12”
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue