Skip to content

Commit 0825b57

Browse files
committed
fix(deps): Update dependency cloudquery-plugin-sdk to v0.1.43
1 parent 87c8e99 commit 0825b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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"
11-
cloudquery-plugin-sdk = "^0.1.39"
10+
python = "^3.9,<3.13"
11+
cloudquery-plugin-sdk = "^0.1.12"
1212
pydantic = "^2.4"
13-
pyarrow = "^19.0.0"
13+
pyarrow = "^14.0.2"
1414
requests = "^2.32.2"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)