aiogram/aiogram
zemf4you 879168f938 fix(types): improve type annotations and fix serialization issues (dev-3.x)
- Enhanced type annotations in `base.py`, including the return type
  of `json_serialize` method.
- Fixed issue with non-TelegramObject serialization in `json_serialize`.
- Reorganized imports in `bot.py` for better readability.
- Added `Annotated` import from `typing_extensions` in `custom.py` and
  removed redundant `Annotated` import from `typing`.
- Added type hints and error handling in `input_file` module to prevent
  bot attribute issues.
- Adjusted formatting for better readability and consistency in `form.py`.
2024-05-20 16:31:44 +07:00
..
client fix(types): improve type annotations and fix serialization issues (dev-3.x) 2024-05-20 16:31:44 +07:00
dispatcher Fixed poll answer FSM context (#1436) 2024-03-10 16:18:41 +02:00
enums Added full support of Bot API 7.1 (#1417) 2024-02-16 23:44:35 +02:00
filters #1370 added possibility to check X | None on Python >= 3.10 2023-11-20 22:49:55 +02:00
fsm PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
handlers Added support for Bot API 7.0 (#1387) 2023-12-31 01:40:44 +02:00
methods refactor(types): unify InputFile with str in media types (dev-3.x) 2024-05-20 09:33:16 +07:00
types fix(types): improve type annotations and fix serialization issues (dev-3.x) 2024-05-20 16:31:44 +07:00
utils fix: change order of Union types for media properties 2024-05-20 15:55:06 +07:00
webhook fix(webhook): correct JSON response in aiohttp_server (dev-3.x) 2024-05-20 16:05:39 +07:00
__init__.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
__meta__.py Update changelog + version 2024-02-17 10:21:41 +02:00
exceptions.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02: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