From 5a6be9d14d475b3bd235ecb8b20888b0189ec839 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:09:58 +0000 Subject: [PATCH] fix(deps): update python to >=3.14.0,<3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53f4ebf..1cc2e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.9.0,<3.14.0" +python = ">=3.14.0,<3.15.0" [tool.poetry.dev-dependencies]