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:
JRoot Junior 2025-03-02 01:08:29 +02:00
parent 8b4976b3de
commit 3232f6067e
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
4 changed files with 138 additions and 1 deletions

View file

@ -261,7 +261,8 @@ filterwarnings = [
branch = false
parallel = true
omit = [
"aiogram/__about__.py",
"aiogram/__meta__.py",
"aiogram/dispatcher/middlewares/data.py"
]
[tool.coverage.report]