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

This commit is contained in:
m-xim 2025-02-14 01:32:22 +03:00 committed by GitHub
commit b939b4e95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 27 additions and 14 deletions

1
CHANGES/1612.misc.rst Normal file
View file

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

1
CHANGES/1628.bugfix.rst Normal file
View file

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

1
CHANGES/1630.bugfix.rst Normal file
View file

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

1
CHANGES/1631.misc.rst Normal file
View file

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