Update changelog and mautrix-python

This commit is contained in:
Tulir Asokan
2022-09-24 13:58:13 +03:00
parent bcb30ce807
commit 282ad43180
2 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,11 @@
### Fixed
* `ChatParticipantsForbidden` is handled properly when syncing non-supergroup
info.
* Fixed some bugs with file transfers when using SQLite.
* Fixed error when attempting to log in again after logging out.
* Fixed QR login not working.
* Fixed error syncing chats if bridging a message had previously been
interrupted.
# v0.12.0 (2022-08-26)

View File

@@ -3,7 +3,7 @@ python-magic>=0.4,<0.5
commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
mautrix>=0.18.1,<0.19
mautrix>=0.18.2,<0.19
#telethon>=1.24,<1.25
tulir-telethon==1.26.0a4
asyncpg>=0.20,<0.27