mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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. |
||
|---|---|---|
| .. | ||
| storage | ||
| __init__.py | ||
| test_context.py | ||
| test_state.py | ||
| test_strategy.py | ||