This commit is contained in:
Michael 2026-04-04 17:10:08 +00:00 committed by GitHub
commit b516575759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 10 deletions

1
CHANGES/1723.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fixed type hinting for session middlewares where the return type was incorrectly marked as :class:`aiogram.methods.base.Response` instead of the concrete :class:`aiogram.methods.base.TelegramType`.