aiogram/aiogram/client
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
..
session refactor(types): unify InputFile with str in media types (dev-3.x) 2024-05-20 09:33:16 +07:00
__init__.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
bot.py fix(types): improve type annotations and fix serialization issues (dev-3.x) 2024-05-20 16:31:44 +07:00
context_controller.py Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00
default.py More tests for defaults 2024-03-09 00:40:46 +02:00
form.py fix(types): improve type annotations and fix serialization issues (dev-3.x) 2024-05-20 16:31:44 +07:00
telegram.py Migrate to hatchling (#1095) 2023-01-12 02:49:58 +02:00