From 60b19cd1379b95c1ccda85252df2b0c267491f34 Mon Sep 17 00:00:00 2001 From: vmphase Date: Sat, 10 Jan 2026 17:28:05 +0200 Subject: [PATCH] new(changelog) --- CHANGES/1723.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1723.bugfix.rst diff --git a/CHANGES/1723.bugfix.rst b/CHANGES/1723.bugfix.rst new file mode 100644 index 00000000..69202c9e --- /dev/null +++ b/CHANGES/1723.bugfix.rst @@ -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`.