Skip to content

Update aiogram requirement from >=3.28.2 to >=3.30.0#89

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on aiogram to permit the latest version.

Release notes

Sourced from aiogram's releases.

Telegram Bot API 10.2

What's Changed

New Contributors

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

Changelog

Sourced from aiogram's changelog.

3.30.0 (2026-07-17)

Improved Documentation

  • Added documentation with examples for testing handlers directly and routing updates through Dispatcher.feed_raw_update. [#378](https://github.com/aiogram/aiogram/issues/378) <https://github.com/aiogram/aiogram/issues/378>_
  • Remove await from dispatcher.fsm.get_context in "Changing state for another user" doc [#1854](https://github.com/aiogram/aiogram/issues/1854) <https://github.com/aiogram/aiogram/issues/1854>_

Misc

  • Updated to Bot API 10.2 <https://core.telegram.org/bots/api-changelog#july-14-2026>_

    Rich Messages

    New Types:

    • Added :class:aiogram.types.input_rich_message_media.InputRichMessageMedia type - media item attached to a rich message to be sent
    • Added :class:aiogram.types.input_media_voice_note.InputMediaVoiceNote type - voice note to be sent as part of a rich message
    • Added :class:aiogram.types.input_rich_block.InputRichBlock type - base class for all rich block elements to be sent
    • Added :class:aiogram.types.input_rich_block_paragraph.InputRichBlockParagraph type - text paragraph block to be sent
    • Added :class:aiogram.types.input_rich_block_section_heading.InputRichBlockSectionHeading type - section heading block to be sent
    • Added :class:aiogram.types.input_rich_block_preformatted.InputRichBlockPreformatted type - preformatted (code) block to be sent
    • Added :class:aiogram.types.input_rich_block_footer.InputRichBlockFooter type - footer block to be sent
    • Added :class:aiogram.types.input_rich_block_divider.InputRichBlockDivider type - horizontal divider block to be sent
    • Added :class:aiogram.types.input_rich_block_mathematical_expression.InputRichBlockMathematicalExpression type - mathematical expression block to be sent
    • Added :class:aiogram.types.input_rich_block_anchor.InputRichBlockAnchor type - anchor/target block to be sent
    • Added :class:aiogram.types.input_rich_block_list.InputRichBlockList type - ordered or unordered list block to be sent
    • Added :class:aiogram.types.input_rich_block_list_item.InputRichBlockListItem type - individual item in a rich block list to be sent
    • Added :class:aiogram.types.input_rich_block_block_quotation.InputRichBlockBlockQuotation type - block quotation block to be sent
    • Added :class:aiogram.types.input_rich_block_pull_quotation.InputRichBlockPullQuotation type - pull quotation block to be sent
    • Added :class:aiogram.types.input_rich_block_collage.InputRichBlockCollage type - collage of media items block to be sent
    • Added :class:aiogram.types.input_rich_block_slideshow.InputRichBlockSlideshow type - slideshow block to be sent
    • Added :class:aiogram.types.input_rich_block_table.InputRichBlockTable type - table block to be sent
    • Added :class:aiogram.types.input_rich_block_details.InputRichBlockDetails type - expandable details/summary block to be sent
    • Added :class:aiogram.types.input_rich_block_map.InputRichBlockMap type - embedded map block to be sent
    • Added :class:aiogram.types.input_rich_block_animation.InputRichBlockAnimation type - animation (GIF) block to be sent
    • Added :class:aiogram.types.input_rich_block_audio.InputRichBlockAudio type - audio block to be sent
    • Added :class:aiogram.types.input_rich_block_photo.InputRichBlockPhoto type - photo block to be sent
    • Added :class:aiogram.types.input_rich_block_video.InputRichBlockVideo type - video block to be sent
    • Added :class:aiogram.types.input_rich_block_voice_note.InputRichBlockVoiceNote type - voice note block to be sent
    • Added :class:aiogram.types.input_rich_block_thinking.InputRichBlockThinking type - thinking/reasoning block for AI-generated content to be sent

    New Fields:

    • Added :code:blocks field to :class:aiogram.types.input_rich_message.InputRichMessage - list of rich blocks the message is composed of

... (truncated)

Commits
  • 314457a Bump changelog
  • 728fac8 Remove Serena integration
  • 07b95cc Add skills for managing Bot API changelogs, fixing codegen imports, and testi...
  • 1d5a779 docs: add testing examples for handlers (#1849)
  • af15541 docs: dispatcher.get.get_context is a sync function (#1854)
  • 191a6d2 Added full support for the Bot API 10.2 (#1852)
  • d53b604 Bump version
  • b5f1fa4 Fixed severe (exponential) slowdown when validating nested unions (#1845)
  • 04878dd Update changelog
  • 0fa5b47 Update main dependencies
  • Additional commits viewable in compare view

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.30.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.30.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 Jul 20, 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