Skip to content

Update aiogram requirement from ~=3.15 to ~=3.24#49

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-approx-eq-3.24
Open

Update aiogram requirement from ~=3.15 to ~=3.24#49
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-approx-eq-3.24

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Updates the requirements on aiogram to permit the latest version.

Release notes

Sourced from aiogram's releases.

Bot API 9.3

What's Changed

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

Changelog

Sourced from aiogram's changelog.

3.24.0 (2026-01-02)

Features

  • Added full support for Telegram Bot API 9.3

    Topics in Private Chats

    Bot API 9.3 introduces forum topics functionality for private chats:

    • Added new sendMessageDraft method for streaming partial messages while being generated (requires forum topic mode enabled)
    • Added has_topics_enabled field to the User class to determine if forum topic mode is enabled in private chats
    • Added message_thread_id and is_topic_message fields to the Message class for private chat topic support
    • Added message_thread_id parameter support to messaging methods: sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendPaidMedia, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, sendMediaGroup, copyMessage, copyMessages, forwardMessage, forwardMessages
    • Updated sendChatAction to support message_thread_id parameter in private chats
    • Updated editForumTopic, deleteForumTopic, unpinAllForumTopicMessages methods to manage private chat topics
    • Added is_name_implicit field to ForumTopic class

    Gifts System Enhancements

    Enhanced gifts functionality with new methods and extended capabilities:

    • Added getUserGifts method to retrieve gifts owned and hosted by a user
    • Added getChatGifts method to retrieve gifts owned by a chat
    • Updated UniqueGiftInfo class: replaced last_resale_star_count with last_resale_currency and last_resale_amount fields, added "gifted_upgrade" and "offer" as origin values
    • Updated getBusinessAccountGifts method: replaced exclude_limited parameter with exclude_limited_upgradable and exclude_limited_non_upgradable, added exclude_from_blockchain parameter
    • Added new fields to Gift class: personal_total_count, personal_remaining_count, is_premium, has_colors, unique_gift_variant_count, gift_background
    • Added new fields to UniqueGift class: gift_id, is_from_blockchain, is_premium, colors
    • Added new fields to gift info classes: is_upgrade_separate, unique_gift_number
    • Added gift_upgrade_sent field to the Message class
    • Added gifts_from_channels field to the AcceptedGiftTypes class
    • Added new UniqueGiftColors class for color schemes in user names and link previews
    • Added new GiftBackground class for gift background styling

    Business Accounts & Stories

    • Added repostStory method to enable reposting stories across managed business accounts

    Miscellaneous Updates

    • Bots can now disable main usernames and set can_restrict_members rights in channels
    • Maximum paid media price increased to 25000 Telegram Stars
    • Added new UserRating class
    • Added rating, paid_message_star_count, unique_gift_colors fields to the ChatFullInfo class
    • Added support for message_effect_id parameter in forward/copy operations
    • Added completed_by_chat field to the ChecklistTask class [#1747](https://github.com/aiogram/aiogram/issues/1747) <https://github.com/aiogram/aiogram/issues/1747>_

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.15.0...v3.24.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.24.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 Jan 19, 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