From 8f41eb93ef80bfbf3851ce8a82ea0f88c87e6c68 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 28 Jul 2025 20:58:59 -0400 Subject: Merge commit from fork * fix incorrect permissions on plugin directories * chown plugin dirs too * fix the stupid * cleanup useless comments --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/pyproject.toml') diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 38fc304d..27934398 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10,<3.14" aiohttp = "^3.10.11" aiohttp-jinja2 = "^1.5.1" -- cgit v1.2.3