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 2b8f1d7 commit 49e5083Copy full SHA for 49e5083
Dockerfile
@@ -1,5 +1,5 @@
1
# Start from a base image
2
-FROM python:3.11-slim
+FROM python:3.13-slim
3
4
# (Optional) Set a working directory
5
WORKDIR /app
pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.md"
7
packages = [{include = "plugin"}]
8
9
[tool.poetry.dependencies]
10
-python = "^3.9,<3.13"
+python = "<3.14"
11
cloudquery-plugin-sdk = "^0.1.12"
12
pydantic = "^2.4"
13
pyarrow = "^14.0.2"
0 commit comments