We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c8e99 commit 0825b57Copy full SHA for 0825b57
pyproject.toml
@@ -7,10 +7,10 @@ readme = "README.md"
7
packages = [{include = "plugin"}]
8
9
[tool.poetry.dependencies]
10
-python = "<3.14"
11
-cloudquery-plugin-sdk = "^0.1.39"
+python = "^3.9,<3.13"
+cloudquery-plugin-sdk = "^0.1.12"
12
pydantic = "^2.4"
13
-pyarrow = "^19.0.0"
+pyarrow = "^14.0.2"
14
requests = "^2.32.2"
15
16
[tool.poetry.scripts]
0 commit comments