mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump changelog
This commit is contained in:
parent
b611e083a8
commit
e0c9613b87
5 changed files with 37 additions and 15 deletions
|
|
@ -1,7 +0,0 @@
|
|||
This PR updates the codebase following the end of life for Python 3.9.
|
||||
|
||||
Reference: https://devguide.python.org/versions/
|
||||
|
||||
- Updated type annotations to Python 3.10+ style, replacing deprecated ``List``, ``Set``, etc., with built-in ``list``, ``set``, and related types.
|
||||
- Refactored code by simplifying nested ``if`` expressions.
|
||||
- Updated several dependencies, including security-related upgrades.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated pydantic to 2.12, which supports Python 3.14
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
This PR updates the codebase to support Python 3.14.
|
||||
|
||||
- Updated project dep `aiohttp`
|
||||
- Updated development deps
|
||||
- Fixed tests to support Py3.14
|
||||
- Refactored `uvloop` using due to deprecation of `asyncio.set_event_loop_police`
|
||||
|
|
@ -1 +0,0 @@
|
|||
This PR temporary silents warn when `uvloop` uses deprecated `asyncio.iscoroutinefunction` function in py3.14+
|
||||
Loading…
Add table
Add a link
Reference in a new issue