Skip to content

AbstractCore v2.13.7

Choose a tag to compare

@github-actions github-actions released this 07 May 00:16
· 51 commits to main since this release

Fixed

  • GHCR image packaging: corrects the 2.13.6 image release path by installing the exact PyPI release wheel by direct URL from PyPI metadata, avoiding PyPI simple-index propagation lag during release builds.
  • Docker image scope: the published server image remains a lightweight remote/server gateway with abstractcore[server,remote,media,tokens,compression]. AbstractVoice and AbstractVision local plugin runtimes remain optional custom-image installs because their current packages pull large native inference stacks; remote OpenAI-compatible audio and image routes still work in the default image.
  • Docker configuration docs: server-image examples now show explicit secret values in .env files instead of shell interpolation that docker run --env-file would treat literally.