From 48cc00f5910a43a09ef09e4393f638331294c11b Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 2 Jan 2025 09:18:06 +0000 Subject: [PATCH] Update asyncpg dependency to fix python 3.13 support (#256) --- 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