From 637e4a8fc45a18e4fe1318f04fcf8c84a4b062e0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Jan 2025 02:10:20 +0000 Subject: [PATCH] fix(deps): Update Python --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"