Skip to content

Commit 44bbde4

Browse files
Danelegendclaude
andcommitted
chore: bump python packages to 0.3.3 to match helm chart
The helm chart at kubernetes/code-interpreter/Chart.yaml has been on 0.3.3 since #27, but both pyproject.toml files were still reporting 0.1.0. Now that /health surfaces the package version to clients, line the pyproject versions up with the chart so a single number tracks across artifacts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e48b412 commit 44bbde4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

code-interpreter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "code-interpreter"
7-
version = "0.1.0"
7+
version = "0.3.3"
88
description = "FastAPI service to execute Python code (sync, typed)"
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.12"

code-interpreter/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "executor"
7-
version = "0.1.0"
7+
version = "0.3.3"
88
description = "Dependency bundle for the code interpreter executor image"
99
requires-python = ">=3.11,<3.12"
1010
license = { text = "MIT" }

executor/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)