Skip to content

Commit 37ddd81

Browse files
committed
fix(deps): Update Python
1 parent c689f40 commit 37ddd81

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
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.14-slim
33

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

poetry.lock

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11,<3.14"
10+
python = ">=3.14,<3.15"
1111
cloudquery-plugin-sdk = ">=0.1.47"
1212
pydantic = "^2.11.7"
1313
pyarrow = "^19.0.1"

0 commit comments

Comments
 (0)