mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
* fix: CallbackData set optional as None * docs: add fix changelog * Add support for nullable fields in callback data This update extends the callback data handling by adding support for nullable fields. The code now uses the Python typing structures `Optional` and `Union` to parse such fields correctly. A helper function `_check_field_is_nullable` has been added to assist in efficiently checking if a given field is nullable. * Add support for nullable fields in callback data This update extends the callback data handling by adding support for nullable fields. The code now uses the Python typing structures `Optional` and `Union` to parse such fields correctly. A helper function `_check_field_is_nullable` has been added to assist in efficiently checking if a given field is nullable. --------- Co-authored-by: JRoot Junior <jroot.junior@gmail.com> |
||
|---|---|---|
| .. | ||
| .template.rst.jinja2 | ||
| 1302.doc.rst | ||
| 1320.misc.rst | ||
| 1327.misc.rst | ||
| 1331.misc.rst | ||
| 1332.bugfix.rst | ||
| 1340.doc.rst | ||
| 1343.feature.rst | ||
| 1347.misc.rst | ||
| 1351.doc.rst | ||
| 1353.doc.rst | ||
| 1354.misc.rst | ||
| 1357.misc.rst | ||
| 1360.bugfix.rst | ||
| 1361.misc.rst | ||
| 1368.bugfix.rst | ||