Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the python-packages group with 2 updates in the / directory: llama-stack-client and llama-stack.

Updates llama-stack-client from 0.2.5 to 0.2.23

Release notes

Sourced from llama-stack-client's releases.

v0.2.23-alpha.1

0.2.23-alpha.1 (2025-09-26)

Full Changelog: v0.2.19-alpha.1...v0.2.23-alpha.1

Features

  • api: manual updates (e9873f9)
  • improve future compat with pydantic v3 (5c7b05b)
  • types: replace List[str] with SequenceNotStr in params (2c0cdd1)

Bug Fixes

  • avoid newer type syntax (c94275d)
  • client: fix circular dependencies and offset pagination (fc50cbe)
  • project: avoid duplicate dev dep sections (ccc9dd2)
  • tool: revert the ToolDefParam stuff because we reverted the bad commit (e2d543d)

Chores

  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (a2f4544)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f269ff)
  • internal: add Sequence related utils (54fd160)
  • internal: codegen related update (1cf74fe)
  • internal: minor formatting change (1956d9a)
  • internal: move mypy configurations to pyproject.toml file (a27daa1)
  • internal: run tests in an isolated environment (c101839)
  • internal: update pydantic dependency (b48f1f4)
  • internal: update pyright exclude list (402a316)
  • types: change optional parameter type from NotGiven to Omit (c241e7e)

Build System

v0.2.19-alpha.1

0.2.19-alpha.1 (2025-08-22)

Full Changelog: v0.2.18-alpha.3...v0.2.19-alpha.1

Features

  • api: manual updates (119bdb2)
  • api: query_metrics, batches, changes (c935c79)

... (truncated)

Changelog

Sourced from llama-stack-client's changelog.

Changelog

0.3.0-alpha.4 (2025-10-02)

Full Changelog: v0.3.0-alpha.3...v0.3.0-alpha.4

⚠ BREAKING CHANGES

  • api: use input_schema instead of parameters for tools

Features

  • api: fixes to URLs (406c366)
  • api: tool api (input_schema, etc.) changes (064b98b)
  • api: use input_schema instead of parameters for tools (2d53df4)

Bug Fixes

  • api: another fix to capture correct responses.create() params (a41fdb1)
  • api: fix the ToolDefParam updates (4e24a76)
  • manual: kill arguments_json (a05eb61)
  • manual: update lib/ code for the input_schema changes (67b3d02)
  • manual: use tool.name instead of tool.identifier (8542d1d)

0.3.0-alpha.3 (2025-09-30)

Full Changelog: v0.3.0-alpha.2...v0.3.0-alpha.3

Features

  • api: fix file batches SDK to list_files (9808a5b)

0.3.0-alpha.2 (2025-09-30)

Full Changelog: v0.3.0-alpha.1...v0.3.0-alpha.2

Features

  • api: move post_training and eval under alpha namespace (51a54d4)
  • api: moving { rerank, agents } to client.alpha. (04caaad)
  • api: SDKs for vector store file batches (ee323a0)
  • api: SDKs for vector store file batches apis (6e0dcff)

Bug Fixes

  • fix stream event model reference (0208f2a)
  • manual: update lib/ references to use the alpha namespace (08670f1)

... (truncated)

Commits
  • 170cb52 build: Bump version to 0.2.23
  • 83465aa Release candidate 0.2.23rc1
  • 850aff1 release: 0.2.23-alpha.1
  • 8c13ad7 fix(project): avoid duplicate dev dep sections
  • 1e84129 feat(api): manual updates
  • c14a75c chore(deps): move deprecated dev-dependencies in pyproject.toml to dev group
  • 9aa10c6 chore: do not install brew dependencies in ./scripts/bootstrap by default
  • f3cc168 chore(types): change optional parameter type from NotGiven to Omit
  • 73672ad chore(internal): update pydantic dependency
  • 260f1af chore(internal): codegen related update
  • Additional commits viewable in compare view

Updates llama-stack from 0.2.5 to 0.2.23

Release notes

Sourced from llama-stack's releases.

v0.2.23

Highlights

  • Overhauls documentation with Docusaurus migration and modern formatting.
  • Standardizes Ollama and Fireworks provider with OpenAI compatibility layer.
  • Combines dynamic model discovery with static embedding metadata for better model information.
  • Refactors server.main for better code organization.
  • Introduces API leveling with post_training and eval promoted to v1alpha.

What's Changed

... (truncated)

Changelog

Sourced from llama-stack's changelog.

Changelog

v0.2.20

Published on: 2025-08-29T22:25:32Z

Here are some key changes that are coming as part of this release.

Build and Environment

  • Environment improvements: fixed env var replacement to preserve types.
  • Docker stability: fixed container startup failures for Fireworks AI provider.
  • Removed absolute paths in build for better portability.

Features

  • UI Enhancements: Implemented file upload and VectorDB creation/configuration directly in UI.
  • Vector Store Improvements: Added keyword, vector, and hybrid search inside vector store.
  • Added S3 authorization support for file providers.
  • SQL Store: Added inequality support to where clause.

Documentation

  • Fixed post-training docs.
  • Added Contributor Guidelines for creating Internal vs. External providers.

Fixes

  • Removed unsupported bfcl scoring function.
  • Multiple reliability and configuration fixes for providers and environment handling.

Engineering / Chores

  • Cleaner internal development setup with consistent paths.
  • Incremental improvements to provider integration and vector store behavior.

New Contributors

  • @​omertuc made their first contribution in #3270
  • @​r3v5 made their first contribution in vector store hybrid search

v0.2.19

Published on: 2025-08-26T22:06:55Z

Highlights

... (truncated)

Commits
  • d941abc build: Bump version to 0.2.23
  • 0b3cdb7 Release candidate 0.2.23rc1
  • 7a25be6 fix: Revert "fix: Added a bug fix when registering new models" (#3473)
  • da5ea10 fix: ensure ModelRegistryHelper init for together and fireworks (#3572)
  • b6e2934 fix: Gracefully handle errors when listing MCP tools (#2544)
  • 926c3ad chore: prune mypy exclude list (#3561)
  • c88c4ff feat: introduce API leveling, post_training, eval to v1alpha (#3449)
  • 65e01b5 feat: together now supports base64 embedding encoding (#3559)
  • 9c751b6 feat: use FIPS validated CSPRNG for telemetry (#3554)
  • 28d83fa fix: docs deployment URL (#3556)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 2 updates in the / directory: [llama-stack-client](https://github.com/llamastack/llama-stack-client-python) and [llama-stack](https://github.com/meta-llama/llama-stack).


Updates `llama-stack-client` from 0.2.5 to 0.2.23
- [Release notes](https://github.com/llamastack/llama-stack-client-python/releases)
- [Changelog](https://github.com/llamastack/llama-stack-client-python/blob/main/CHANGELOG.md)
- [Commits](llamastack/llama-stack-client-python@v0.2.5...v0.2.23)

Updates `llama-stack` from 0.2.5 to 0.2.23
- [Release notes](https://github.com/meta-llama/llama-stack/releases)
- [Changelog](https://github.com/llamastack/llama-stack/blob/main/CHANGELOG.md)
- [Commits](llamastack/llama-stack@v0.2.5...v0.2.23)

---
updated-dependencies:
- dependency-name: llama-stack-client
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: llama-stack
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant