Skip to content

Commit 6645e5f

Browse files
committed
fix(deps): Update dependency cloudquery-plugin-sdk to v0.1.45
1 parent 6d37185 commit 6645e5f

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.9,<3.14"
10+
python = "^3.9,<3.13"
1111
cloudquery-plugin-sdk = "^0.1.12"
1212
pydantic = "^2.4"
13-
pyarrow = "^21.0.0"
13+
pyarrow = "^14.0.2"
1414
requests = "^2.32.2"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)