From ecb31ed4dbe20d0bbfbb62681cc9f84c9ef5ea92 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 2 Jan 2025 01:55:13 +0000 Subject: [PATCH] Update asyncpg dependency to fix python 3.13 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7de02dd..5a4312d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ mautrix>=0.20.6,<0.21 aiohttp>=3,<4 yarl>=1,<2 -asyncpg>=0.20,<0.30 +asyncpg>=0.20,<0.31 aiosqlite>=0.16,<0.21 commonmark>=0.9,<1 ruamel.yaml>=0.15.35,<0.19