aiogram/CHANGES/1726.removal.rst
2025-10-03 10:14:48 +00:00

7 lines
378 B
ReStructuredText

Due to EOL of Py3.9 - this PR is presented.
https://devguide.python.org/versions/
PR change type annotation to much prettier py3.10+ style, droping `List`, `Set`, etc ugly type-hints, replacing them with `list`, `set`, etc.
Also this PR provide some code refactor like concatenating nested `if` expression
In the end - some requirements bumped, first due to security reasons.