mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
added aiohttp 3.10 support
This commit is contained in:
parent
2516f32168
commit
fc5d2b3586
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue