Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps llama-index from 0.12.49 to 0.12.50.

Release notes

Sourced from llama-index's releases.

v0.12.50

Release Notes

[2025-07-19]

llama-index-core [0.12.50]

  • feat: support html table extraction in MarkdownElementNodeParser (#19449)
  • fix/slightly breaking: make get_cache_dir() function more secure by changing default location (#19415)
  • fix: resolve race condition in SQLAlchemyChatStore with precise timestamps (#19432)
  • fix: update document store import to use BaseDocumentStore in DocumentContextExtractor (#19466)
  • fix: improve empty retrieval check in vector index retriever (#19471)
  • fix: Fix running workflow agents as MCP servers by adding start event handling to workflow agents (#19470)
  • fix: handle ID type mismatch in various retrievers (#19448)
  • fix: add structured output to multi agent also from secondary constructor + tests (#19435)
  • fix: duplicated session_id metadata_filter in VectorMemoryBlock (#19427)
  • fix: make sure to stop agent on function tool return direct (#19413)
  • fix: use a private folder to store NTLK cache (#19444)
  • fix: Update ReAct agent parse error message (#19431)

llama-index-instrumentation [0.3.0]

  • feat: Improve instrumentation span name (#19454)

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

  • chore: added llama 4 models in Bedrock Converse, remove llama 3.2 1b and 3b from function calling models (#19434)

llama-index-llms-cloudflare-ai-gateway [0.1.0]

  • feat: introduce cloudflare ai gateway (#19395)

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

  • feat: Add google_search Tool Support to GoogleGenAI LLM Integration (#19406)

llama-index-readers-confluence [0.3.2]

  • refactor: various Confluence reader enhancements (logging, error handling) (#19424)

llama-index-readers-service-now [0.1.0]

  • feat: added service-now reader (#19429)

llama-index-protocols-ag-ui [0.1.4]

  • chore: remove some stray debug prints from AGUI (#19469)

llama-index-tools-wikipedia [0.3.1]

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.50]

  • feat: support html table extraction in MarkdownElementNodeParser (#19449)
  • fix/slightly breaking: make get_cache_dir() function more secure by changing default location (#19415)
  • fix: resolve race condition in SQLAlchemyChatStore with precise timestamps (#19432)
  • fix: update document store import to use BaseDocumentStore in DocumentContextExtractor (#19466)
  • fix: improve empty retrieval check in vector index retriever (#19471)
  • fix: Fix running workflow agents as MCP servers by adding start event handling to workflow agents (#19470)
  • fix: handle ID type mismatch in various retrievers (#19448)
  • fix: add structured output to multi agent also from secondary constructor + tests (#19435)
  • fix: duplicated session_id metadata_filter in VectorMemoryBlock (#19427)
  • fix: make sure to stop agent on function tool return direct (#19413)
  • fix: use a private folder to store NTLK cache (#19444)
  • fix: Update ReAct agent parse error message (#19431)

llama-index-instrumentation [0.3.0]

  • feat: Improve instrumentation span name (#19454)

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

  • chore: added llama 4 models in Bedrock Converse, remove llama 3.2 1b and 3b from function calling models (#19434)

llama-index-llms-cloudflare-ai-gateway [0.1.0]

  • feat: introduce cloudflare ai gateway (#19395)

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

  • feat: Add google_search Tool Support to GoogleGenAI LLM Integration (#19406)

llama-index-readers-confluence [0.3.2]

  • refactor: various Confluence reader enhancements (logging, error handling) (#19424)

llama-index-readers-service-now [0.1.0]

  • feat: added service-now reader (#19429)

llama-index-protocols-ag-ui [0.1.4]

  • chore: remove some stray debug prints from AGUI (#19469)

llama-index-tools-wikipedia [0.3.1]

  • fix: Remove load_kwargs from WikipediaToolSpec.load_data tool (#19464)

llama-index-vector-stores-baiduvectordb [0.3.1]

  • fix: pass **kwargs to super().__init__ in BaiduVectorDB (#19436)

... (truncated)

Commits

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.49 to 0.12.50.
- [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.49...v0.12.50)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-version: 0.12.50
  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 Jul 21, 2025
@github-actions github-actions bot merged commit 4858dd4 into main Jul 21, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/llama-index-0.12.50 branch July 21, 2025 06:33
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