Skip to content

Bump llama-index from 0.12.44 to 0.12.46 #574

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 5 commits into from
Jul 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps llama-index from 0.12.44 to 0.12.46.

Release notes

Sourced from llama-index's releases.

v0.12.46 (2025-07-02)

Release Notes

[2025-07-02]

llama-index-core [0.12.46]

  • feat: Add async delete and insert to vector store index (#19281)
  • fix: Fixing ChatMessage to str handling of empty inputs (#19302)
  • fix: fix function tool context detection with typed context (#19309)
  • fix: inconsistent ref node handling (#19286)
  • chore: simplify citation block schema (#19308)

llama-index-embeddings-google-genai [0.2.1]

  • chore: bump min google-genai version (#19304)

llama-index-embeddings-nvidia [0.3.4]

  • fix: embedding model with custom endpoints 404 error (#19295)

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

  • chore: bump min google-genai version (#19304)

llama-index-tools-mcp [0.2.6]

  • fix: configuring resources from the mcp server correctly (#19307)

llama-index-voice-agents-elevenlabs [0.3.0-beta]

  • fix: Migrating Elevenlabs to adjust it to framework standard (#19273)

v0.12.45 (2025-06-30)

Release Notes

[2025-06-30]

llama-index-core [0.12.45]

  • feat: allow tools to output content blocks (#19265)
  • feat: Add chat UI events and models to core package (#19242)
  • fix: Support loading Node from ingestion cache (#19279)
  • fix: Fix SemanticDoubleMergingSplitterNodeParser not respecting max_chunk_size (#19235)
  • fix: replace get_doc_id() with id_ in base index (#19266)
  • chore: remove usage and references to deprecated Context get/set API (#19275)
  • chore: deprecate older agent packages (#19249)

llama-index-llms-anthropic [0.7.5]

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.46]

  • feat: Add async delete and insert to vector store index (#19281)
  • fix: Fixing ChatMessage to str handling of empty inputs (#19302)
  • fix: fix function tool context detection with typed context (#19309)
  • fix: inconsistent ref node handling (#19286)
  • chore: simplify citation block schema (#19308)

llama-index-embeddings-google-genai [0.2.1]

  • chore: bump min google-genai version (#19304)

llama-index-embeddings-nvidia [0.3.4]

  • fix: embedding model with custom endpoints 404 error (#19295)

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

  • chore: bump min google-genai version (#19304)

llama-index-tools-mcp [0.2.6]

  • fix: configuring resources from the mcp server correctly (#19307)

llama-index-voice-agents-elevenlabs [0.3.0-beta]

  • fix: Migrating Elevenlabs to adjust it to framework standard (#19273)

[2025-06-30]

llama-index-core [0.12.45]

  • feat: allow tools to output content blocks (#19265)
  • feat: Add chat UI events and models to core package (#19242)
  • fix: Support loading Node from ingestion cache (#19279)
  • fix: Fix SemanticDoubleMergingSplitterNodeParser not respecting max_chunk_size (#19235)
  • fix: replace get_doc_id() with id_ in base index (#19266)
  • chore: remove usage and references to deprecated Context get/set API (#19275)
  • chore: deprecate older agent packages (#19249)

llama-index-llms-anthropic [0.7.5]

  • feat: Adding new AWS Claude models available on Bedrock (#19233)

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

  • feat: Add dimensions parameter to AzureOpenAIEmbedding (#19239)

llama-index-embeddings-bedrock [0.5.2]

... (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)

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-0.12.46 branch from 4efa730 to 174cb65 Compare July 4, 2025 09:46
@jan-janssen
Copy link
Member

@dependabot rebase

Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.12.44 to 0.12.46.
- [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.44...v0.12.46)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-version: 0.12.46
  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.12.46 branch from 1196c39 to 957e973 Compare July 7, 2025 05:34
@jan-janssen jan-janssen changed the title Bump llama-index from 0.12.44 to 0.12.46 Bump llama-index from 0.12.44 to 0.12.47 Jul 7, 2025
@jan-janssen jan-janssen changed the title Bump llama-index from 0.12.44 to 0.12.47 Bump llama-index from 0.12.44 to 0.12.46 Jul 7, 2025
@github-actions github-actions bot merged commit cedd434 into main Jul 7, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/llama-index-0.12.46 branch July 7, 2025 06:37
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.

3 participants