mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'master' into dev-2.x
This commit is contained in:
commit
d41ce71c02
2 changed files with 2 additions and 2 deletions
|
|
@ -43,5 +43,5 @@ __all__ = (
|
|||
'utils',
|
||||
)
|
||||
|
||||
__version__ = '2.14.1'
|
||||
__version__ = '2.14.2'
|
||||
__api_version__ = '5.3'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
'proxy': [
|
||||
'aiohttp-socks>=0.3.4,<0.4.0',
|
||||
'aiohttp-socks>=0.5.3,<0.6.0',
|
||||
],
|
||||
'fast': [
|
||||
'uvloop>=0.14.0,<0.15.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue