aiogram/aiogram
andrew000 370d1444f6
Refactor methods input types to calm down MyPy.
- `FSMContext.set_data`
- `FSMContext.update_data`
- `BaseStorage.set_data`
- `BaseStorage.update_data`
- `BaseStorage`'s child methods
- `SceneWizard.set_data`
- `SceneWizard.update_data`
2025-04-28 10:53:42 +03:00
..
client Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
dispatcher Add semaphore support for limiting concurrent updates (#1670) 2025-04-12 23:30:02 +03:00
enums Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
filters Fix handling of default empty string ("") in CallbackData filter (#1493) 2025-03-11 00:14:13 +02:00
fsm Refactor methods input types to calm down MyPy. 2025-04-28 10:53:42 +03:00
handlers Added full support of Bot API 7.11 (#1601) 2024-11-02 16:13:45 +02:00
methods Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
types Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
utils Fix for #1677 (#1678) 2025-04-26 16:18:49 +03:00
webhook fix empty response into webhook (#1665) 2025-04-05 20:31:42 +03:00
__init__.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
__meta__.py Bump version to .post0 version to update documentation 2025-04-16 23:27:28 +03:00
exceptions.py Refactor methods input types to calm down MyPy. 2025-04-28 10:53:42 +03:00
loggers.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
py.typed Add py.typed 2020-04-11 22:01:53 +03:00