We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6cc31 commit 16e5738Copy full SHA for 16e5738
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.19.3 (2023-01-27)
2
+
3
+* *(bridge)* Bumped default timeouts for decrypting incoming messages.
4
5
## v0.19.2 (2023-01-14)
6
7
* *(util.async_body)* Added utility for reading aiohttp response into a bytearray
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.2"
+__version__ = "0.19.3"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
optional-requirements.txt
@@ -1,6 +1,6 @@
python-magic
ruamel.yaml
-SQLAlchemy
+SQLAlchemy<2
commonmark
lxml
asyncpg
0 commit comments