mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add TypedDict support for middleware context data
Introduced `MiddlewareData` and associated TypedDicts to type-hint middleware context data. Updated documentation to include usage examples and guidelines for extending the default middleware data. Also adjusted coverage configuration to exclude the new data module.
This commit is contained in:
parent
8b4976b3de
commit
3232f6067e
4 changed files with 138 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ filterwarnings = [
|
|||
branch = false
|
||||
parallel = true
|
||||
omit = [
|
||||
"aiogram/__about__.py",
|
||||
"aiogram/__meta__.py",
|
||||
"aiogram/dispatcher/middlewares/data.py"
|
||||
]
|
||||
|
||||
[tool.coverage.report]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue