mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
* Ensure base type validation can handle non-dictionary values The update introduces a condition to verify whether the values being validated are a dictionary before attempting to handle UNSET_TYPE in the aiogram base type. This adjustment helps to prevent potential errors or incorrect validation when non-dictionary values are faced. * Added a test case for non-dictionary input in remove_unset method * Added changelog * Fixed tests |
||
|---|---|---|
| .. | ||
| data/locales | ||
| test_api | ||
| test_dispatcher | ||
| test_filters | ||
| test_flags | ||
| test_fsm | ||
| test_handler | ||
| test_issues | ||
| test_utils | ||
| test_webhook | ||
| __init__.py | ||
| conftest.py | ||
| deprecated.py | ||
| docker-compose.yml | ||
| mocked_bot.py | ||