Skip to content

Bump aiogram from 3.11.0 to 3.18.0 #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps aiogram from 3.11.0 to 3.18.0.

Release notes

Sourced from aiogram's releases.

v3.18.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.17.0...v3.18.0

v3.17.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.16.0...v3.17.0

v3.16.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.15.0...v3.16.0

v3.15.0

What's Changed

... (truncated)

Changelog

Sourced from aiogram's changelog.

3.18.0 (2025-02-16)

Features

  • Added full support for the Bot API 8.3 <https://core.telegram.org/bots/api-changelog#february-12-2025>_:

    • Added the parameter :code:chat_id to the method :class:aiogram.methods.send_gift.SendGift, allowing bots to send gifts to channel chats.
    • Added the field :code:can_send_gift to the class :class:aiogram.types.chat_full_info.ChatFullInfo.
    • Added the class :class:aiogram.types.transaction_partner_chat.TransactionPartnerChat describing transactions with chats.
    • Added the fields :code:cover and :code:start_timestamp to the class :class:aiogram.types.video.Video, containing a message-specific cover and a start timestamp for the video.
    • Added the parameters :code:cover and :code:start_timestamp to the method :class:aiogram.methods.send_video.SendVideo, allowing bots to specify a cover and a start timestamp for the videos they send.
    • Added the fields :code:cover and :code:start_timestamp to the classes :class:aiogram.types.input_media_video.InputMediaVideo and :class:aiogram.types.input_paid_media_video.InputPaidMediaVideo, allowing bots to edit video covers and start timestamps, and specify them for videos in albums and paid media.
    • Added the parameter :code:video_start_timestamp to the methods :class:aiogram.methods.forward_message.ForwardMessage and :class:aiogram.methods.copy_message.CopyMessage, allowing bots to change the start timestamp for forwarded and copied videos.
    • Allowed adding reactions to most types of service messages. [#1638](https://github.com/aiogram/aiogram/issues/1638) <https://github.com/aiogram/aiogram/issues/1638>_

Bugfixes

  • Fixed endless loop while adding buttons to the :code:KeyboardBuilder. [#1595](https://github.com/aiogram/aiogram/issues/1595) <https://github.com/aiogram/aiogram/issues/1595>_
  • Change the :code:Downloadable protocol to be non-writable to shut up type checking that checks code that uses the :code:bot.download(...) method [#1628](https://github.com/aiogram/aiogram/issues/1628) <https://github.com/aiogram/aiogram/issues/1628>_
  • Fix the regex pattern that finds the "bad characters" for deeplink payload. [#1630](https://github.com/aiogram/aiogram/issues/1630) <https://github.com/aiogram/aiogram/issues/1630>_

Improved Documentation

  • Update :code:data: Dict[Any, str] to :code:data: Dict[str, Any] [#1634](https://github.com/aiogram/aiogram/issues/1634) <https://github.com/aiogram/aiogram/issues/1634>_
  • Fix small typo in the Scenes documentation [#1640](https://github.com/aiogram/aiogram/issues/1640) <https://github.com/aiogram/aiogram/issues/1640>_

Misc

  • Removed redundant :code:Path to :code:str convertion on file download. [#1612](https://github.com/aiogram/aiogram/issues/1612) <https://github.com/aiogram/aiogram/issues/1612>_
  • Increased max :code:redis version support from “<5.1.0” to “<5.3.0” [#1631](https://github.com/aiogram/aiogram/issues/1631) <https://github.com/aiogram/aiogram/issues/1631>_

3.17.0 (2025-01-02)

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

Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.11.0 to 3.18.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.11.0...v3.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants