aiogram/CHANGES/1602.bugfix.rst
Alex Root Junior fd014d2026
Fixed UUID (and other types) serialization in the CallbackData factory. (#1602)
From now UUID will have 32 bytes length instead of 36 bytes.
2024-11-02 16:37:31 +02:00

3 lines
222 B
ReStructuredText

Fixed customized serialization in the :class:`aiogram.filters.callback_data.CallbackData` factory.
From now UUID will have 32 bytes length instead of 36 bytes (with no `-` separators) in the callback data representation.