aiogram/CHANGES/1602.bugfix.rst
JRoot Junior de846ea36d
Fixed UUID (and other types) serialization in the CallbackData factory.
From now UUID will have 32 bytes length instead of 36 bytes.
2024-11-02 16:29: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.