From 82df5d31dc7540ea51a34be4528ee1458a5aa0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:42:46 +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 577196cb..d0399b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] -python = ">=3.9,<3.14" +python = ">=3.14,<3.15" requests = ">=2.27.1" ijson = ">=3.1.4" pandas = [