Skip to content

Commit 25b3321

Browse files
committed
fix(deps): Update dependency pyarrow to v21
1 parent 75e4502 commit 25b3321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{ include = "plugin" }]
1010
python = ">=3.11,<3.14"
1111
cloudquery-plugin-sdk = ">=0.1.47"
1212
pydantic = "^2.11.7"
13-
pyarrow = "^19.0.1"
13+
pyarrow = "^21.0.0"
1414
requests = "^2.32.5"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)