Skip to content

Bump aiogram from 3.27.0 to 3.29.1#161

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiogram-3.29.1
Closed

Bump aiogram from 3.27.0 to 3.29.1#161
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiogram-3.29.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps aiogram from 3.27.0 to 3.29.1.

Release notes

Sourced from aiogram's releases.

Bugfix

What's Changed

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

Bot API 10.1

What's Changed

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

v3.28.2 - the same fixes as previous

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

Polls media fix

What's Changed

Full Changelog: aiogram/aiogram@v3.28.0...v3.28.1

Bot API 10.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.27.0...v3.28.0

Changelog

Sourced from aiogram's changelog.

3.29.1 (2026-07-02)

Bugfixes

  • Fixed severe (exponential) slowdown when validating nested :class:aiogram.types.rich_block.RichBlock structures (e.g. nested blockquote/collage/details blocks). Subtype unions whose members share a unique constant tag field (RichBlockUnion, ReactionTypeUnion, ChatMemberUnion, MessageOriginUnion and others) are now generated as Pydantic discriminated unions keyed on that field (type/status/source), so the correct member is selected directly instead of being found via smart-union backtracking. [#1842](https://github.com/aiogram/aiogram/issues/1842) <https://github.com/aiogram/aiogram/issues/1842>_

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026
Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.27.0 to 3.29.1.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.27.0...v3.29.1)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/aiogram-3.29.1 branch from 3cb072d to 84d3cca Compare July 14, 2026 18:09
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #162.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/aiogram-3.29.1 branch July 20, 2026 14:53
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