From 9b852c4cae4630b366574c1e38a2bbeae8b394a1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 May 2025 02:20:44 +0000 Subject: [PATCH] fix(deps): Update Python to <3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1ab0b2..931c55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "plugin"}] [tool.poetry.dependencies] -python = "^3.9,<3.13" +python = "<3.14" cloudquery-plugin-sdk = "^0.1.12" pydantic = "^2.4" pyarrow = "^14.0.2"