mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'aiogram:dev-3.x' into dev-3.x
This commit is contained in:
commit
b939b4e95d
13 changed files with 27 additions and 14 deletions
1
CHANGES/1612.misc.rst
Normal file
1
CHANGES/1612.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Removed redundant :code:`Path` to :code:`str` convertion on file download.
|
||||
1
CHANGES/1628.bugfix.rst
Normal file
1
CHANGES/1628.bugfix.rst
Normal 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
1
CHANGES/1630.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix the regex pattern that finds the "bad characters" for deeplink payload.
|
||||
1
CHANGES/1631.misc.rst
Normal file
1
CHANGES/1631.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Increased max :code:`redis` version support from “<5.1.0” to “<5.3.0”
|
||||
Loading…
Add table
Add a link
Reference in a new issue