From e9e557b102e5bf8144dfc131fc1487511092ed24 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Fri, 29 May 2026 20:40:04 +0300 Subject: [PATCH] chore(deps): bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf915e..a99b03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.11,<3.14" +requires-python = ">=3.11,<3.15" dependencies = [ "rapid-api-client (==0.6.0)", "orjson (>=3.10.15,<4.0.0)",