From 35c178093128126f7aa17485baddb0d8a7bdfffc Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 1 Oct 2023 16:17:59 +0300 Subject: [PATCH] Added changelog --- CHANGES/1327.misc.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGES/1327.misc.rst diff --git a/CHANGES/1327.misc.rst b/CHANGES/1327.misc.rst new file mode 100644 index 00000000..fd02654c --- /dev/null +++ b/CHANGES/1327.misc.rst @@ -0,0 +1,6 @@ +Updated dependencies, bumped minimum required version: + +- :code:`magic-filter` - fixed `.resolve` operation +- :code:`pydantic` - fixed compatibility (broken in 2.4) +- :code:`aiodns` - added new dependency to the :code:`fast` extras (:code:`pip install aiogram[fast]`) +- *others...*