Merge branch 'aiogram:dev-3.x' into dev-3.x

This commit is contained in:
m-xim 2025-02-21 16:35:40 +03:00 committed by GitHub
commit 391188ef91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 717 additions and 129 deletions

View file

@ -1 +0,0 @@
Removed redundant :code:`Path` to :code:`str` convertion on file download.

View file

@ -1 +0,0 @@
Change the :code:`Downloadable` protocol to be non-writable to shut up type checking that checks code that uses the :code:`bot.download(...)` method

View file

@ -1 +0,0 @@
Fix the regex pattern that finds the "bad characters" for deeplink payload.

View file

@ -1 +0,0 @@
Increased max :code:`redis` version support from “<5.1.0” to “<5.3.0”