From 300296d5427af29779e4140763f135a0ab003786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:37:26 +0000 Subject: [PATCH] Update Python to >=3.14, <3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc536a7..6c5c9aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ c2f = "lours.cli.caipy_to_fiftyone:run" dataset_regressions = "lours.utils.regression_testing" [tool.poetry.dependencies] -python = ">=3.10, <3.14" +python = ">=3.14, <3.15" pandas = {version = "^2", extras = ["parquet"]} tqdm = "^4.64" PyYAML = "^6.0.1"