diff --git a/Dockerfile b/Dockerfile index 9830e64..c58450c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from a base image -FROM python:3.13-slim +FROM python:3.11-slim # (Optional) Set a working directory WORKDIR /app diff --git a/pyproject.toml b/pyproject.toml index 931c55a..e1ab0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "plugin"}] [tool.poetry.dependencies] -python = "<3.14" +python = "^3.9,<3.13" cloudquery-plugin-sdk = "^0.1.12" pydantic = "^2.4" pyarrow = "^14.0.2"