Skip to content

Commit 9fd3dbf

Browse files
cq-boterezrokah
andauthored
fix(deps): Update dependency pyarrow to v21 (#36)
* fix(deps): Update dependency pyarrow to v21 * Update pyproject.toml Signed-off-by: Erez Rokah <[email protected]> --------- Signed-off-by: Erez Rokah <[email protected]> Co-authored-by: Erez Rokah <[email protected]>
1 parent ab6fae4 commit 9fd3dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ readme = "README.md"
77
packages = [{include = "plugin"}]
88

99
[tool.poetry.dependencies]
10-
python = "<3.14"
10+
python = ">=3.9,<3.14"
1111
cloudquery-plugin-sdk = "^0.1.12"
1212
pydantic = "^2.4"
13-
pyarrow = "^14.0.2"
13+
pyarrow = "^21.0.0"
1414
requests = "^2.32.2"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)