Bump version

This commit is contained in:
JRoot Junior 2024-12-21 23:50:49 +02:00
parent f2e305e92a
commit 1d5405ab43
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
7 changed files with 33 additions and 10 deletions

View file

@ -1 +0,0 @@
Increased max :code:`pydantic` version support from “<2.10” to “<2.11”

View file

@ -1 +0,0 @@
Fixed closing tag for :code:`tg-emoji` in the :class:`aiogram.utils.text_decoration.HtmlDecoration`: use the same constant as for tag opening

View file

@ -1 +0,0 @@
Increased max :code:`aiohttp` version support from “<3.11” to “<3.12”

View file

@ -1 +0,0 @@
Corrected the exception text of `aiogram.methods.base.TelegramMethod.__await__` method.

View file

@ -1,5 +0,0 @@
Added full support of `Bot API 8.1<https://core.telegram.org/bots/api-changelog#december-4-2024>`_:
- Added the field :code:`nanostar_amount` to the class :class:`aiogram.types.star_transaction.StarTransaction`.
- Added the class :class:`aiogram.types.transaction_partner_affiliate_program.TransactionPartnerAffiliateProgram` for transactions pertaining to incoming affiliate commissions.
- Added the class :class:`aiogram.types.affiliate_info.AffiliateInfo` and the field :code:`affiliate` to the class :class:`aiogram.types.transaction_partner_user.TransactionPartnerUser`, allowing bots to identify the relevant affiliate in transactions with an affiliate commission.