Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps llama-index from 0.12.25 to 0.12.26.

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.26]

  • simplify FunctionAgent/ReActAgent usage for single-agent workflows (#18227)
  • Introduce RichPromptTemplate for jinja-like templating (#18178)
  • add implementation for structured llm reranker (#18216)

llama-index-embeddings-azure-openai [0.3.2]

  • Fix api_base and azure_deployment mutually exclusive in AzureOpenAIEmbedding class (#18219)
  • Fix api_base parameter in AzureOpenAIEmbedding class (#18191)

llama-index-finetuning [0.3.1]

  • Update to SentenceTransformersFinetuneEngine to expose transformer checkpoint related arguments (#18194)

llama-index-llms-dashscope [0.3.1]

  • add astream_chat and astream_complete for dashscope llm (#18196)

llama-index-llms-bedrock [0.3.8]

  • deprecate older google and bedrock packages (#18210)
  • add Bedrock application inference profile support (#18213)
  • Fixed provider-resolution for foundation-model ARNs (#18283)

llama-index-llms-bedrock-converse [0.4.12]

  • Do not append None to chat history in bedrock converse (#18206)
  • Add new apac bedrock llms (#18045)
  • handle chat message as user msg in converse chat with tools (#18187)

llama-index-llms-gemini [0.4.13]

  • Ensure stream_complete accumulates text and sets delta (#18246)

llama-index-llms-google-genai [0.1.6]

  • deprecate older google and bedrock packages (#18210)
  • fix google genai tool description (#18242)
  • fix: support anyof, optional and union in google-genai (#18231)

llama-index-llms-openai [0.3.27]

  • add o1-pro support (#18207)
  • improve default image quality in openai llm (#18258)

llama-index-llms-text-generation-inference [0.3.2]

  • Fix model_name validation error in TextGenerationInference, its not requested from TGI endpoint and results in exception (#18234)

... (truncated)

Commits
  • 53e3439 v0.12.26 (#18286)
  • 70f895e Fix Runtime Warning for Coroutine never awaited in Redis chat store (#18274)
  • 0d2a1eb Fixed provider-resolution for foundation-model ARNs (#18283)
  • b3b51fb Add deprecation message to Bedrock integration example (#18285)
  • e5b737b [wip] agent docs revamp (#18227)
  • 14a6419 bump qdrant version python deps (#18273)
  • 5e9c43f Fix workflow streaming with custom stop events
  • 344a4d0 Fix model_name validation error in TextGenerationInference, its not requested...
  • 06b6129 fix(llms-gemini): Ensure stream_complete accumulates text and sets delta (#18...
  • bda95d9 Fix #18204: Add collect_events method to Context class documentation (#18236)
  • 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 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 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-index](https://github.com/run-llama/llama_index) from 0.12.25 to 0.12.26.
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.12.25...v0.12.26)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 27, 2025
@github-actions github-actions bot merged commit f23662f into main Mar 30, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the dependabot/pip/llama-index-0.12.26 branch March 30, 2025 06:15
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.

2 participants