From 7439e3f94c0c1fa7513be21c276d2cfb9c0e005d Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 3 Aug 2026 14:55:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(backend)=20allow=20all=20python=20?= =?UTF-8?q?3.14=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't want to restrict to the higher 3.14 version but for all available 3.14 versions. --- src/backend/pyproject.toml | 2 +- src/backend/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 1eef2c2bf..49b3dec54 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ description = "Docs is a collaborative text editor designed to address common challenges in knowledge building and sharing." keywords = ["Django", "Contacts", "Templates", "RBAC"] license = "MIT" -requires-python = "~=3.14.6" +requires-python = "~=3.14.0" dependencies = [ "beautifulsoup4==4.15.0", "boto3==1.43.56", diff --git a/src/backend/uv.lock b/src/backend/uv.lock index 152111755..94ae2a46e 100644 --- a/src/backend/uv.lock +++ b/src/backend/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = ">=3.14.6, <3.15" +requires-python = "==3.14.*" [[package]] name = "amqp"