diff --git a/Dockerfile b/Dockerfile index c58450c..9830e64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from a base image -FROM python:3.11-slim +FROM python:3.13-slim # (Optional) Set a working directory WORKDIR /app 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"