Commit Graph

18 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] a4132e58af Bump fonttools from 4.60.0 to 4.60.2 in /executor (#52)
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.60.0 to 4.60.2.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](https://github.com/fonttools/fonttools/compare/4.60.0...4.60.2)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-version: 4.60.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 15:14:58 -07:00
Jamison Lahman eb15329f68 Merge pull request #48 from onyx-dot-app/dependabot/uv/executor/cryptography-48.0.1
Bump cryptography from 46.0.1 to 48.0.1 in /executor
2026-06-22 14:50:38 -07:00
Jamison Lahman 0b031e8a1c Merge pull request #43 from onyx-dot-app/dependabot/uv/executor/pillow-12.2.0
Bump pillow from 11.3.0 to 12.2.0 in /executor
2026-06-22 14:50:05 -07:00
Jamison Lahman b5fae8de89 Merge pull request #42 from onyx-dot-app/dependabot/uv/executor/lxml-6.1.0
Bump lxml from 6.0.2 to 6.1.0 in /executor
2026-06-22 14:49:39 -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
dependabot[bot] 675b89714e Bump cryptography from 46.0.1 to 48.0.1 in /executor
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.1...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 10:09:01 +00:00
Danelegend e690122dfa Bump to 0.4.3 (#45) 2026-06-01 10:55:23 -07:00
dependabot[bot] ce7c0851d0 Bump pillow from 11.3.0 to 12.2.0 in /executor
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 01:50:17 +00:00
dependabot[bot] 7603b070b7 Bump lxml from 6.0.2 to 6.1.0 in /executor
Bumps [lxml](https://github.com/lxml/lxml) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.2...lxml-6.1.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.1.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 01:50:17 +00: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
Dane Urban a0b5e5ff46 Add iptable block 2026-04-08 15:02:15 -07:00
Weves 4083b9fea4 v0 code interpreter implementation 2025-11-16 17:47:50 -08:00