mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Global filters for router (#644)
* Bump version * Added more comments * Cover registering global filters * Reformat code * Add more tests * Rework event propagation to routers mechanism. Fixed compatibility with Python 3.10 syntax (match keyword) * Fixed tests * Fixed coverage Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
This commit is contained in:
parent
a70ecb767f
commit
4f2cc75951
13 changed files with 176 additions and 31 deletions
|
|
@ -37,8 +37,9 @@ pydantic = "^1.8.1"
|
|||
Babel = "^2.9.1"
|
||||
aiofiles = "^0.6.0"
|
||||
async_lru = "^1.0.2"
|
||||
frozenlist = "^1.1.1"
|
||||
aiohttp-socks = { version = "^0.5.5", optional = true }
|
||||
aioredis = { version = "^2.0.0a1", allow-prereleases = true, optional = true }
|
||||
aioredis = { version = "^2.0.0", allow-prereleases = true, optional = true }
|
||||
magic-filter = { version = "1.0.0a1", allow-prereleases = true }
|
||||
sphinx = { version = "^3.1.0", optional = true }
|
||||
sphinx-intl = { version = "^2.0.1", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue