From b88afda558f06bf4596f21bc000f499da49cc635 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 10 May 2024 17:07:30 +0200 Subject: [PATCH] refactor: Update dependency matrix-nio to 0.24.0 This commit updates the `matrix-nio` dependency to version 0.24.0, ensuring compatibility and new features. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da23200..0cb3bf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "matrix-nio[e2e]", + "matrix-nio[e2e]>=0.24.0", "markdown2[all]", "tiktoken", "python-magic",