mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed UUID (and other types) serialization in the CallbackData factory. (#1602)
From now UUID will have 32 bytes length instead of 36 bytes.
This commit is contained in:
parent
405bbcc36f
commit
fd014d2026
3 changed files with 16 additions and 1 deletions
3
CHANGES/1602.bugfix.rst
Normal file
3
CHANGES/1602.bugfix.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue