From b5c294a558b8536e93a9cb89b46f57958d1554e0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 14 Jun 2023 16:14:36 +0300 Subject: [PATCH] Update dependencies --- mautrix_telegram/example-config.yaml | 6 +++++- optional-requirements.txt | 2 +- requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml index 97f70ab3..a661e479 100644 --- a/mautrix_telegram/example-config.yaml +++ b/mautrix_telegram/example-config.yaml @@ -40,7 +40,7 @@ appservice: # The full URI to the database. SQLite and Postgres are supported. # Format examples: - # SQLite: sqlite:///filename.db + # SQLite: sqlite:filename.db # Postgres: postgres://username:password@hostname/dbname database: postgres://username:password@hostname/dbname # Additional arguments for asyncpg.create_pool() or sqlite3.connect() @@ -326,6 +326,10 @@ bridge: # default. messages: 100 + # Disable rotating keys when a user's devices change? + # You should not enable this option unless you understand all the implications. + disable_device_change_key_rotation: false + # Whether to explicitly set the avatar and room name for private chat portal rooms. # If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms. # If set to `always`, all DM rooms will have explicit names and avatars set. diff --git a/optional-requirements.txt b/optional-requirements.txt index d80c8854..6687fa30 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -14,7 +14,7 @@ qrcode>=6,<8 phonenumbers>=8,<9 #/metrics -prometheus_client>=0.6,<0.17 +prometheus_client>=0.6,<0.18 #/e2be python-olm>=3,<4 diff --git a/requirements.txt b/requirements.txt index f5bd5966..d1ce9688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ python-magic>=0.4,<0.5 commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 -mautrix>=0.19.14,<0.20 -tulir-telethon==1.29.0a1 +mautrix==0.20.0rc1 +tulir-telethon==1.29.0a2 asyncpg>=0.20,<0.28 mako>=1,<2 setuptools