From 345e06f1dd314d2d9ec1948f6ab4a5a1133d9af1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Fri, 1 Aug 2025 01:15:35 +0000 Subject: [PATCH 1/2] fix(deps): Update dependency pyarrow to v21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 789bb38..5cc5130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "plugin"}] python = "<3.14" cloudquery-plugin-sdk = "^0.1.12" pydantic = "^2.4" -pyarrow = "^20.0.0" +pyarrow = "^21.0.0" requests = "^2.32.2" [tool.poetry.scripts] From 9013abae626c72fccf8d911f5116f40b610e18aa Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 1 Aug 2025 09:57:21 +0100 Subject: [PATCH 2/2] Update pyproject.toml Signed-off-by: Erez Rokah --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cc5130..c03ad3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "plugin"}] [tool.poetry.dependencies] -python = "<3.14" +python = ">=3.9,<3.14" cloudquery-plugin-sdk = "^0.1.12" pydantic = "^2.4" pyarrow = "^21.0.0"