Skip to content

Bump llama-index from 0.13.1 to 0.13.2 #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps llama-index from 0.13.1 to 0.13.2.

Release notes

Sourced from llama-index's releases.

v0.13.2

Release Notes

[2025-08-14]

llama-index-core [0.13.2]

  • feat: allow streaming to be disabled in agents (#19668)
  • fix: respect the value of NLTK_DATA env var if present (#19664)
  • fix: Order preservation and fetching in batch non-cached embeddings in a/get_text_embedding_batch() (#19536)

llama-index-embeddings-ollama [0.8.1]

  • fix: Access embedding output (#19635)
  • fix: use normalized embeddings (#19622)

llama-index-graph-rag-cognee [0.3.0]

  • fix: Update and fix cognee integration (#19650)

llama-index-llms-anthropic [0.8.4]

  • fix: Error in Anthropic extended thinking with tool use (#19642)
  • chore: context window for claude 4 sonnet to 1 mln tokens (#19649)

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

  • feat: add openai-oss models to BedrockConverse (#19653)

llama-index-llms-ollama [0.7.1]

  • fix: fix ollama role response detection (#19671)

llama-index-llms-openai [0.5.3]

  • fix: AzureOpenAI streaming token usage (#19633)

llama-index-readers-file [0.5.1]

  • feat: enhance PowerPoint reader with comprehensive content extraction (#19478)

llama-index-retrievers-bm25 [0.6.3]

  • fix: fix persist+load for bm25 (#19657)

llama-index-retrievers-superlinked [0.1.0]

  • feat: add Superlinked retriever integration (#19636)

llama-index-tools-mcp [0.4.0]

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.13.2]

  • feat: allow streaming to be disabled in agents (#19668)
  • fix: respect the value of NLTK_DATA env var if present (#19664)
  • fix: Order preservation and fetching in batch non-cached embeddings in a/get_text_embedding_batch() (#19536)

llama-index-embeddings-ollama [0.8.1]

  • fix: Access embedding output (#19635)
  • fix: use normalized embeddings (#19622)

llama-index-graph-rag-cognee [0.3.0]

  • fix: Update and fix cognee integration (#19650)

llama-index-llms-anthropic [0.8.4]

  • fix: Error in Anthropic extended thinking with tool use (#19642)
  • chore: context window for claude 4 sonnet to 1 mln tokens (#19649)

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

  • feat: add openai-oss models to BedrockConverse (#19653)

llama-index-llms-ollama [0.7.1]

  • fix: fix ollama role response detection (#19671)

llama-index-llms-openai [0.5.3]

  • fix: AzureOpenAI streaming token usage (#19633)

llama-index-readers-file [0.5.1]

  • feat: enhance PowerPoint reader with comprehensive content extraction (#19478)

llama-index-retrievers-bm25 [0.6.3]

  • fix: fix persist+load for bm25 (#19657)

llama-index-retrievers-superlinked [0.1.0]

  • feat: add Superlinked retriever integration (#19636)

llama-index-tools-mcp [0.4.0]

  • feat: Handlers for custom types and pydantic models in tools (#19601)

llama-index-vector-stores-clickhouse [0.6.0]

... (truncated)

Commits
  • cc34a62 v0.13.2 (#19672)
  • a121a47 feat(retrievers-superlinked): add Superlinked retriever integration (new pack...
  • fcb87e9 docs: add a dedicated section for Workflows. (#19670)
  • bc79c4e Logan/fix ollama role (#19671)
  • d755929 fix: respect the value of NLTK_DATA env var if present (#19664)
  • 431a6da allow streaming to be disabled in agents (#19668)
  • 381ed15 docs: update docker image and new method to setup in JaguarDB documentation (...
  • 232ebfe bump openai-like embedding version (#19667)
  • 3eff350 feat: backfill gaps to support more models on the api catalog (#19658)
  • b6b0e00 docs: Add docs for MCP Toolbox + LlamaIndex (#19640)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 15, 2025
@niklassiemer
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@niklassiemer
Copy link
Member

https://github.com/dependabot rebase

Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.13.1 to 0.13.2.
- [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.13.1...v0.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-0.13.2 branch from f211a52 to 07319ee Compare August 18, 2025 07:55
@github-actions github-actions bot merged commit a6cb79e into main Aug 18, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/llama-index-0.13.2 branch August 18, 2025 08:22
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