diff --git a/pyproject.toml b/pyproject.toml index e1ab0b2..931c55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "plugin"}] [tool.poetry.dependencies] -python = "^3.9,<3.13" +python = "<3.14" cloudquery-plugin-sdk = "^0.1.12" pydantic = "^2.4" pyarrow = "^14.0.2"