Skip to content

Commit f7f1aee

Browse files
committed
upgrade to 0.4.0
1 parent eb7c26d commit f7f1aee

5 files changed

Lines changed: 5 additions & 5 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.3.3"
7+
version = "0.4.0"
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.3.3"
7+
version = "0.4.0"
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.

kubernetes/code-interpreter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: code-interpreter
33
description: A Helm chart for Code Interpreter - FastAPI service to execute Python code in isolated environments
44
type: application
5-
version: 0.3.3
5+
version: 0.4.0
66
appVersion: latest
77
keywords:
88
- code-execution

0 commit comments

Comments
 (0)