chore(release): 0.40.1 - Docker on Your Box#272
Merged
Conversation
gizmax
force-pushed
the
chore/release-0.40.1
branch
from
July 11, 2026 15:47
c52e0bb to
3f06711
Compare
Docker/Spark install patch. PyPI numbering advanced to 0.40.x, so this Docker-focused patch ships as 0.40.1. - Production Docker image builds the dashboard, includes README.md, and installs with the docker extra so aiodocker is present. - Compose production setup: migrations before API/worker/scheduler, required API_KEY_PEPPER and ADMIN_API_KEY, healthcheck dependencies. - New docker-compose.spark.yml for NVIDIA DGX Spark (Docker socket, DOCKER_GID, host.docker.internal, local NIM/Ollama defaults, sandcastle-runner:latest). - New docker-compose.infra.yml for Redis/Postgres/MinIO-only setups. - Docker backend reaches host from runner containers via host.docker.internal:host-gateway. - Runner image fixes for Playwright, home dir, browser deps, /ms-playwright. - Self-hosted cookbooks use the official Anthropic CLI release v1.17.0 instead of the non-existent @anthropic-ai/ant npm package. - Tooling refresh: MCP >=1.24, dashboard deps, Playwright 1.61.1, Claude Agent SDK npm 0.3.207, OpenAI npm 6.46.0. - Dependency fix: chandra-ocr>=0.2,<0.3, avoid yanked grpcio==1.78.1. - CI/publish workflow polish: compose validation, sdist/wheel build, twine check, dashboard-in-wheel verification.
gizmax
force-pushed
the
chore/release-0.40.1
branch
from
July 11, 2026 16:03
3f06711 to
8a09482
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.40.1. Docker/Spark install patch. Since PyPI numbering advanced to 0.40.x, this Docker-focused patch (previously drafted as 0.33.1) ships as 0.40.1.
What's in this release
.[docker].API_KEY_PEPPERandADMIN_API_KEY, healthcheck dependencies.docker-compose.spark.ymlfor NVIDIA DGX Spark: Docker socket,DOCKER_GID,host.docker.internal, local NIM/Ollama defaults,sandcastle-runner:latest.docker-compose.infra.ymlfor Redis/Postgres/MinIO only.host.docker.internal:host-gateway./ms-playwright.@anthropic-ai/antnpm package.chandra-ocr>=0.2,<0.3, avoid yankedgrpcio==1.78.1.Publish
Merging to
maintriggers the Publish to PyPI workflow (OIDC trusted publishing) after the test job passes. Version bumped insrc/sandcastle/__init__.py,CHANGELOG.md, andREADME.md.