mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Release version 3.13.1
Add new version details to CHANGES.rst and update __meta__.py. Removed individual CHANGES/* feature and bugfix files, merging their content into the main CHANGES.rst.
This commit is contained in:
parent
f9f847f603
commit
718910f5b5
5 changed files with 27 additions and 4 deletions
26
CHANGES.rst
26
CHANGES.rst
|
|
@ -16,6 +16,32 @@ Changelog
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
3.13.1 (2024-09-18)
|
||||
====================
|
||||
|
||||
.. warning::
|
||||
|
||||
**Python 3.8 End of Life**: Python 3.8 will reach its end of life (EOL) soon and will no longer
|
||||
be supported by aiogram in the next releases (1-2 months ETA).
|
||||
|
||||
Please upgrade to a newer version of Python to ensure compatibility and receive future updates.
|
||||
|
||||
Misc
|
||||
----
|
||||
|
||||
- Increase max pydantic version support "<2.9" -> "<2.10" (only For Python >=3.9)
|
||||
`#1576 <https://github.com/aiogram/aiogram/issues/1576>`_
|
||||
- Bump aiofiles version upper bound to <24.2
|
||||
`#1577 <https://github.com/aiogram/aiogram/issues/1577>`_
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fixed `Default` object annotation resolution using `pydantic`
|
||||
`#1579 <https://github.com/aiogram/aiogram/issues/1579>`_
|
||||
|
||||
|
||||
3.13.0 (2024-09-08)
|
||||
====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Increase max pydantic version support "<2.9" -> "<2.10"
|
||||
|
|
@ -1 +0,0 @@
|
|||
Bump aiofiles version upper bound to <24.2
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed `Default` object annotation resolution using `pydantic`
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "3.13.0"
|
||||
__version__ = "3.13.1"
|
||||
__api_version__ = "7.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue