Skip to content

chore(deps-dev): bump llama-stack from 0.5.0 to 0.7.0#87

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llama-stack-0.7.0
Open

chore(deps-dev): bump llama-stack from 0.5.0 to 0.7.0#87
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llama-stack-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps llama-stack from 0.5.0 to 0.7.0.

Release notes

Sourced from llama-stack's releases.

v0.7.0

What's Changed

... (truncated)

Changelog

Sourced from llama-stack's changelog.

0.7.0 - 2026-04-01

Release 0.7 is a major release focused on completing the transition to OpenAI API conformance, introducing comprehensive observability metrics, and significant API cleanup. This release removes the fine-tuning API, completes the FastAPI router migration, removes legacy providers (TGI, HuggingFace), renames core concepts for clarity, and adds structured logging via structlog.

Highlights

  • Agents API renamed to Responses API aligning with OpenAI naming (#5195)
  • Reasoning output support in Responses API (#5206)
  • Comprehensive observability metrics for API, inference, and vector IO (#5201, #5320, #5096)
  • Structured logging via structlog with key-value output (#5215)
  • Inline neural rerank for RAG without external services (#4877)
  • Inline Docling provider for structure-aware PDF parsing (#5049)
  • Infinispan vector-io provider for distributed vector storage (#4839)
  • Connector API promoted to v1beta (#5129)
  • FastAPI router migration complete with @webmethod removal (#5248)
  • Performance: lazy-loading of torch, numpy, faiss, and braintrust to reduce startup memory (#5116, #5118, #5078)

Breaking Changes

Change Type PR
Fine-tuning API removed Hard #5104
meta-reference providers renamed to builtin Hard #5131
knowledge_search renamed to file_search Hard #5186
Agents API renamed to Responses API Hard #5195
tool_groups removed from public API Hard #4997
TGI and HuggingFace providers removed Hard #5333
register/unregister model endpoints removed Hard #5341
@webmethod decorator removed Hard #5248
rag-runtime provider renamed to file-search Hard #5187
Duplicate dataset_id parameter removed Hard #4849
/files/{file_id} GET response unified Hard #5154
OpenAI API schema transforms Hard #5166
starter-gpu distribution removed Hard #5279
sentence_transformers trust_remote_code defaults to False Behavior #4602

See the full release notes for migration instructions and detailed upgrade guide.

Commits
  • abf9236 chore: prepare release v0.7.0
  • 85a1f2f docs: modernize theme, landing page, and API code samples (#5410)
  • 3b46581 fix: move reasoning wrapper types to llama-stack-api and fix mypy errors (#5407)
  • 491b34a fix(tests): validate provider types exist in backward compat test (#5226)
  • fb5570c docs: Mintlify-inspired documentation UI improvements (#5405)
  • 9db3b12 chore: add type hints to core server component modules (#5372)
  • 6be47fb fix: correct llama-stack-api package metadata and README examples (#5395)
  • 0a8a804 fix: surface tiktoken encoding check at provider startup (#5401)
  • 50a6e1e feat: reasoning output responses api (#5206)
  • 7ffe4fb docs: update stale documentation to reflect current architecture (#5393)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [llama-stack](https://github.com/llamastack/llama-stack) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/llamastack/llama-stack/releases)
- [Changelog](https://github.com/llamastack/llama-stack/blob/main/RELEASE_NOTES.md)
- [Commits](llamastack/llama-stack@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: llama-stack
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update python code labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants