new(changelog)

This commit is contained in:
vmphase 2026-01-10 17:28:05 +02:00
parent 00026a29f5
commit 60b19cd137

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`.