Skip to content

Bump aiogram from 3.22.0 to 3.26.0#183

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiogram-3.26.0
Open

Bump aiogram from 3.22.0 to 3.26.0#183
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiogram-3.26.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps aiogram from 3.22.0 to 3.26.0.

Release notes

Sourced from aiogram's releases.

Bot API 9.5

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.25.0...v3.26.0

Bot API 9.4

What's Changed

Full Changelog: aiogram/aiogram@v3.24.0...v3.25.0

Bot API 9.3

What's Changed

Full Changelog: aiogram/aiogram@v3.23.0...v3.24.0

Python 3.14

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.22.0...v3.23.0

Changelog

Sourced from aiogram's changelog.

3.26.0 (2026-03-03)

Bugfixes

  • Fixed scene transitions to preserve middleware-injected data when moving between scenes via SceneWizard.goto. [#1687](https://github.com/aiogram/aiogram/issues/1687) <https://github.com/aiogram/aiogram/issues/1687>_
  • Added icon_custom_emoji_id and style parameters to InlineKeyboardBuilder.button and ReplyKeyboardBuilder.button signatures. [#1768](https://github.com/aiogram/aiogram/issues/1768) <https://github.com/aiogram/aiogram/issues/1768>_
  • Fixed Pydantic protected namespace warning for model_custom_emoji_id by adding protected_namespaces=() to model_config. [#1772](https://github.com/aiogram/aiogram/issues/1772) <https://github.com/aiogram/aiogram/issues/1772>_

Misc

  • Documented webhook security constraints for proxy deployments, including trust requirements for :code:X-Forwarded-For and recommended defense-in-depth checks. [#47](https://github.com/aiogram/aiogram/issues/47) <https://github.com/aiogram/aiogram/issues/47>_

  • Updated to Bot API 9.5 <https://core.telegram.org/bots/api-changelog#march-1-2026>_

    New Methods:

    • Added :class:aiogram.methods.send_message_draft.SendMessageDraft method - allowed for all bots to stream partial messages while they are being generated
    • Added :class:aiogram.methods.set_chat_member_tag.SetChatMemberTag method - allows bots to set a custom tag for a chat member; available via :meth:aiogram.types.chat.Chat.set_member_tag shortcut

    New Fields:

    • Added :code:date_time type to :class:aiogram.types.message_entity.MessageEntity with :code:unix_time and :code:date_time_format fields - allows bots to display a formatted date and time to the user
    • Added :code:tag field to :class:aiogram.types.chat_member_member.ChatMemberMember and :class:aiogram.types.chat_member_restricted.ChatMemberRestricted - the custom tag set for the chat member
    • Added :code:can_edit_tag field to :class:aiogram.types.chat_member_restricted.ChatMemberRestricted and :class:aiogram.types.chat_permissions.ChatPermissions - indicates whether the user is allowed to edit their own tag
    • Added :code:can_manage_tags field to :class:aiogram.types.chat_member_administrator.ChatMemberAdministrator and :class:aiogram.types.chat_administrator_rights.ChatAdministratorRights - indicates whether the administrator can manage tags of other chat members
    • Added :code:can_manage_tags parameter to :class:aiogram.methods.promote_chat_member.PromoteChatMember method
    • Added :code:sender_tag field to :class:aiogram.types.message.Message - the tag of the message sender in the chat [#1780](https://github.com/aiogram/aiogram/issues/1780) <https://github.com/aiogram/aiogram/issues/1780>_

3.25.0 (2026-02-10)

Features

  • Add full_name property to Contact and corresponding tests [#1758](https://github.com/aiogram/aiogram/issues/1758) <https://github.com/aiogram/aiogram/issues/1758>_

  • Updated to Bot API 9.4 (February 9, 2026) <https://core.telegram.org/bots/api-changelog#february-9-2026>_

    New Features:

    • Bots with Premium subscriptions can now use custom emoji directly in messages to private, group, and supergroup chats

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.22.0 to 3.26.0.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.22.0...v3.26.0)

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

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 Mar 23, 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