Skip to content

Commit cb6cf38

Browse files
authored
chore: Revert "fix(deps): Update Python" (#18)
1 parent acbfe02 commit cb6cf38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start from a base image
2-
FROM python:3.13-slim
2+
FROM python:3.11-slim
33

44
# (Optional) Set a working directory
55
WORKDIR /app

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "plugin"}]
88

99
[tool.poetry.dependencies]
10-
python = "<3.14"
10+
python = "^3.9,<3.13"
1111
cloudquery-plugin-sdk = "^0.1.12"
1212
pydantic = "^2.4"
1313
pyarrow = "^14.0.2"

0 commit comments

Comments
 (0)