Fixed UUID (and other types) serialization in the CallbackData factory.

From now UUID will have 32 bytes length instead of 36 bytes.
This commit is contained in:
JRoot Junior 2024-11-02 16:29:31 +02:00
parent 405bbcc36f
commit de846ea36d
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
3 changed files with 16 additions and 1 deletions

3
CHANGES/1602.bugfix.rst Normal file
View 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.