mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added aiohttp 3.10 support (#1548)
* added aiohttp 3.10 support * added changelog
This commit is contained in:
parent
98c2a4fb57
commit
3ba724e2fa
2 changed files with 2 additions and 1 deletions
1
CHANGES/1548.misc.rst
Normal file
1
CHANGES/1548.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added `aiohttp v3.10 <https://github.com/aio-libs/aiohttp/releases/tag/v3.10.0>`_ ` support.
|
||||||
|
|
@ -42,7 +42,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"magic-filter>=1.0.12,<1.1",
|
"magic-filter>=1.0.12,<1.1",
|
||||||
"aiohttp~=3.9.0",
|
"aiohttp>=3.9.0,<3.11",
|
||||||
"pydantic>=2.4.1,<2.9",
|
"pydantic>=2.4.1,<2.9",
|
||||||
"aiofiles~=23.2.1",
|
"aiofiles~=23.2.1",
|
||||||
"certifi>=2023.7.22",
|
"certifi>=2023.7.22",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue