Commit Graph

10 Commits

Author SHA1 Message Date
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
dependabot[bot] f33aa90fef Bump pypdf from 6.11.0 to 6.13.3 in /executor
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.11.0 to 6.13.3.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/6.11.0...6.13.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.13.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 15:26:11 +00:00
Danelegend e690122dfa Bump to 0.4.3 (#45) 2026-06-01 10:55:23 -07:00
Danelegend f5201dbc69 . (#40) 2026-05-27 18:48:09 -07:00
Dane Urban dc84e0dda5 . 2026-05-18 15:43:32 -07:00
Dane Urban e2200d8223 . 2026-05-18 15:15:48 -07:00
Dane Urban 98ff1d2bd2 Add new packages for better pdf and docx capabilities 2026-05-18 15:01:46 -07:00
Dane Urban f7f1aeea0d upgrade to 0.4.0 2026-05-08 12:39:36 -07:00
Dane Urban 44bbde4983 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>
2026-05-06 14:25:11 -07:00
Weves 4083b9fea4 v0 code interpreter implementation 2025-11-16 17:47:50 -08:00