Skip to content

Update aiogram requirement from >=3.28.2 to >=3.29.0#85

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-gte-3.29.0
Open

Update aiogram requirement from >=3.28.2 to >=3.29.0#85
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-gte-3.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on aiogram to permit the latest version.

Release notes

Sourced from aiogram's releases.

Bot API 10.1

What's Changed

Full Changelog: aiogram/aiogram@v3.28.2...v3.29.0

Changelog

Sourced from aiogram's changelog.

3.29.0 (2026-06-14)

Misc

  • Updated to Bot API 10.1 <https://core.telegram.org/bots/api-changelog#june-11-2026>_

    Rich Messages

    New Methods:

    • Added :class:aiogram.methods.send_rich_message.SendRichMessage method - sends a rich formatted message to a chat
    • Added :class:aiogram.methods.send_rich_message_draft.SendRichMessageDraft method - streams a partial rich message draft to a user while the message is being generated

    New Types:

    • Added :class:aiogram.types.rich_message.RichMessage type - represents a rich formatted message received in a chat
    • Added :class:aiogram.types.input_rich_message.InputRichMessage type - describes a rich message to be sent, using HTML or Markdown formatting
    • Added :class:aiogram.types.input_rich_message_content.InputRichMessageContent type - inline query result content backed by a rich message
    • Added :class:aiogram.types.rich_text.RichText type - base class for all rich text formatting nodes
    • Added :class:aiogram.types.rich_text_bold.RichTextBold type - bold rich text node
    • Added :class:aiogram.types.rich_text_italic.RichTextItalic type - italic rich text node
    • Added :class:aiogram.types.rich_text_underline.RichTextUnderline type - underline rich text node
    • Added :class:aiogram.types.rich_text_strikethrough.RichTextStrikethrough type - strikethrough rich text node
    • Added :class:aiogram.types.rich_text_spoiler.RichTextSpoiler type - spoiler rich text node
    • Added :class:aiogram.types.rich_text_date_time.RichTextDateTime type - date/time rich text node
    • Added :class:aiogram.types.rich_text_text_mention.RichTextTextMention type - text mention rich text node
    • Added :class:aiogram.types.rich_text_subscript.RichTextSubscript type - subscript rich text node
    • Added :class:aiogram.types.rich_text_superscript.RichTextSuperscript type - superscript rich text node
    • Added :class:aiogram.types.rich_text_marked.RichTextMarked type - highlighted/marked rich text node
    • Added :class:aiogram.types.rich_text_code.RichTextCode type - inline code rich text node
    • Added :class:aiogram.types.rich_text_custom_emoji.RichTextCustomEmoji type - custom emoji rich text node
    • Added :class:aiogram.types.rich_text_mathematical_expression.RichTextMathematicalExpression type - mathematical expression rich text node
    • Added :class:aiogram.types.rich_text_url.RichTextUrl type - URL rich text node
    • Added :class:aiogram.types.rich_text_email_address.RichTextEmailAddress type - email address rich text node
    • Added :class:aiogram.types.rich_text_phone_number.RichTextPhoneNumber type - phone number rich text node
    • Added :class:aiogram.types.rich_text_bank_card_number.RichTextBankCardNumber type - bank card number rich text node
    • Added :class:aiogram.types.rich_text_mention.RichTextMention type - user mention rich text node
    • Added :class:aiogram.types.rich_text_hashtag.RichTextHashtag type - hashtag rich text node
    • Added :class:aiogram.types.rich_text_cashtag.RichTextCashtag type - cashtag rich text node
    • Added :class:aiogram.types.rich_text_bot_command.RichTextBotCommand type - bot command rich text node
    • Added :class:aiogram.types.rich_text_anchor.RichTextAnchor type - anchor (named target) rich text node
    • Added :class:aiogram.types.rich_text_anchor_link.RichTextAnchorLink type - link to an in-message anchor rich text node
    • Added :class:aiogram.types.rich_text_reference.RichTextReference type - footnote reference rich text node
    • Added :class:aiogram.types.rich_text_reference_link.RichTextReferenceLink type - link to a footnote reference rich text node
    • Added :class:aiogram.types.rich_block.RichBlock type - base class for all rich block elements
    • Added :class:aiogram.types.rich_block_paragraph.RichBlockParagraph type - text paragraph block
    • Added :class:aiogram.types.rich_block_section_heading.RichBlockSectionHeading type - section heading block
    • Added :class:aiogram.types.rich_block_preformatted.RichBlockPreformatted type - preformatted (code) block

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [aiogram](https://github.com/aiogram/aiogram) to permit the latest version.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.28.2...v3.29.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.29.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants