Skip to content

chore(deps): bump the llama-index group across 1 directory with 2 updates - #25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/llama-index-2cc8164553
Open

chore(deps): bump the llama-index group across 1 directory with 2 updates#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/llama-index-2cc8164553

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the llama-index group with 2 updates in the / directory: llama-index-core and llama-index-llms-google-genai.

Updates llama-index-core from 0.14.22 to 0.14.23

Release notes

Sourced from llama-index-core's releases.

v0.14.23

Release Notes

[2026-06-24]

llama-index-callbacks-argilla [0.5.0]

  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)

llama-index-core [0.14.23]

  • feat(core): Multimodal synthesis part 2 (#21561)
  • fix(core): add DocumentBlock and VideoBlock to FunctionTool._parse_tool_output (#21678)
  • fix(prompt_helper): guard against ZeroDivisionError on empty input sequences (#21707)
  • Preserve URL-backed video and document memory blocks (#21728)
  • fix: add explicit encoding='utf-8' to llama-index-core text-mode file I/O (#21729)
  • Add tool calling mock LLM (#21732)
  • make tests green again (#21737)
  • Fix refresh_ref_docs kwargs reuse (#21752)
  • perf: use a set instead of a list for within-batch dedup in Ingestion… (#21755)
  • fix: use running loop in ingestion pipeline (#21765)
  • fix(core): preserve IndexNode obj during model dump (#21776)
  • fix(workflow): deep copy initial_state to prevent mutation leaks across runs (#21780)
  • Multimodal query engines (#21784)
  • fix(core): match missing metadata for NE and NIN filters (#21785)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
  • Fix RecursionError in TokenTextSplitter & SentenceSplitter for units larger than chunk_size (#21900)
  • simplify serialized payloads to instrumentation (#22130)

llama-index-embeddings-adapter [0.5.0]

  • fix: use utf-8 for adapter config files (#21773)

llama-index-embeddings-autoembeddings [0.3.0]

  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.14.23]

  • feat(core): Multimodal synthesis part 2 (#21561)
  • fix(core): add DocumentBlock and VideoBlock to FunctionTool._parse_tool_output (#21678)
  • fix(prompt_helper): guard against ZeroDivisionError on empty input sequences (#21707)
  • Preserve URL-backed video and document memory blocks (#21728)
  • fix: add explicit encoding='utf-8' to llama-index-core text-mode file I/O (#21729)
  • Add tool calling mock LLM (#21732)
  • make tests green again (#21737)
  • Fix refresh_ref_docs kwargs reuse (#21752)
  • perf: use a set instead of a list for within-batch dedup in Ingestion… (#21755)
  • fix: use running loop in ingestion pipeline (#21765)
  • fix(core): preserve IndexNode obj during model dump (#21776)
  • fix(workflow): deep copy initial_state to prevent mutation leaks across runs (#21780)
  • Multimodal query engines (#21784)
  • fix(core): match missing metadata for NE and NIN filters (#21785)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
  • Fix RecursionError in TokenTextSplitter & SentenceSplitter for units larger than chunk_size (#21900)
  • simplify serialized payloads to instrumentation (#22130)

llama-index-embeddings-adapter [0.5.0]

  • fix: use utf-8 for adapter config files (#21773)

llama-index-embeddings-autoembeddings [0.3.0]

  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)

llama-index-embeddings-cohere [0.8.0]

  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)

llama-index-embeddings-gaudi [0.4.0]

  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)

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

  • chore: allow google-genai 2.0+ SDKs (#21710)

llama-index-embeddings-heroku [0.2.0]

  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)

... (truncated)

Commits
  • 520aa4e Release 0.14.23 (#22131)
  • 673fda8 simplify serialized payloads to instrumentation (#22130)
  • 9f66e8a feat(bedrock-converse): add Claude Fable 5 to model allowlists (#22033)
  • d8d7ffb Fix RecursionError in TokenTextSplitter & SentenceSplitter for units larger t...
  • 623a7c9 Remove outdated llama-index-tools-scrapegraph integration (#21415)
  • 363d0b7 feat(anthropic): Add support for Claude Fable 5 (#21919)
  • 940b844 exa tool: update to current API conventions (#21705)
  • d4050de fix(cerebras): bump llama-index-llms-openai-like to >=0.6.0,<0.9 (#21914)
  • 2931147 fix: relax NVIDIA LLM openai-like dependency (#21911)
  • c9a4e9e fix(openrouter): support llama-index-llms-openai-like 0.7 (#21891)
  • Additional commits viewable in compare view

Updates llama-index-llms-google-genai from 0.9.5 to 0.9.6

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 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

…ates

Bumps the llama-index group with 2 updates in the / directory: [llama-index-core](https://github.com/run-llama/llama_index) and llama-index-llms-google-genai.


Updates `llama-index-core` from 0.14.22 to 0.14.23
- [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.14.22...v0.14.23)

Updates `llama-index-llms-google-genai` from 0.9.5 to 0.9.6

---
updated-dependencies:
- dependency-name: llama-index-core
  dependency-version: 0.14.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llama-index
- dependency-name: llama-index-llms-google-genai
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llama-index
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 13, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants