summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 38fc304d..c9bf8ae6 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.13.5"
aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1"