Files
code-interpreter/code-interpreter
Jamison Lahman 8950eadc06 Release code-interpreter 0.4.4 (#63)
* Release code-interpreter 0.4.4

Bump code-interpreter and executor to 0.4.4 (FastAPI/Starlette upgrade,
configurable executor Docker network, dependency bumps since 0.4.3).

Also publish a versioned image tag from docker-build-push.yml so
consumers can pin a specific release instead of tracking :latest. The
build runs via workflow_dispatch on main, where type=semver yields no
tag, so the version is read from pyproject.toml and emitted via
type=raw alongside :latest.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* nit

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 11:06:21 -07:00
..
k
2026-02-19 11:09:22 -08:00
2025-11-21 09:07:26 -08:00
2025-11-16 17:47:50 -08:00
2026-06-23 11:06:21 -07:00

Server that manages execution of arbitrary Python. This server itself doesn't actually execute any user-defined python. It instead relies on the executor.

To build locally:

docker build . -t code-interpreter