Skip to content

Update llama-index-core requirement from >=0.14.23 to >=0.14.24 in /agents/drift_runner - #35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/agents/drift_runner/llama-index-core-gte-0.14.24
Open

Update llama-index-core requirement from >=0.14.23 to >=0.14.24 in /agents/drift_runner#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/agents/drift_runner/llama-index-core-gte-0.14.24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on llama-index-core to permit the latest version.

Release notes

Sourced from llama-index-core's releases.

v0.14.24

Release Notes

[2026-08-19]

llama-index-core [0.14.24]

  • fix: close HotpotQA evaluator file handles (#22113)
  • fix(core): preserve oversized leaf nodes in CodeSplitter (#22119)
  • fix: preserve multiblock chat history writes (#22124)
  • fix(core): skip empty nodes in HTMLNodeParser (#22125)
  • fix(core): respect mmr_threshold=0 in MMR embedding search (#22126)
  • fix: keep all nodes per document in IngestionPipeline upserts (re-submit of #22046, not a dup of #21456) (#22133)
  • fix: don't mark *args/**kwargs as required tool parameters (#22135)
  • fix(core): default MetadataFilters condition to AND when None (#22155)
  • fix: honor agent structured_output_fn/output_cls inside AgentWorkflow (#22162)
  • fix(core): use word tokenization for stopword removal in SemanticDoubleMergingSplitterNodeParser (#22167)
  • fix(core): restore prompt helper fallback to supplied LLM metadata (#22177)
  • populate response text on streaming chat response when writing to memory (#22179)
  • feat(property_graph): add raise_on_error to LLM path extractors (#22195)
  • Clarify FactExtractionMemoryBlock condense prompt to return a full snapshot (#22213)
  • fix a few typos (#22512)
  • fix(core): give each CitationQueryEngine citation node its own id and offsets (#22537)
  • fix(core): persist SimpleChatStore without escaping non-ascii (#22538)
  • feat(core): allow Memory to accept any AsyncDBChatStore (#22541)
  • test(node_parser): enable pytest discovery for sentence_window tests (#22545)
  • Implement async for LLMRerank (#22597)

llama-index-embeddings-bedrock [0.8.3]

  • fix: make aioboto3 optional in llama-index-embeddings-bedrock (#21915)
  • fix(embeddings): validate non-empty Bedrock embedding payload before AWS call (#22527)

llama-index-embeddings-voyageai [0.6.1]

  • fix: set chunk_size=32000 and fix input format for contextualizedembeddings (#22144)

llama-index-graph-stores-falkordb [0.6.0]

  • fix(falkordb): correct schema, vector ranking, filters and batching in property graph store (#22522)

llama-index-indices-managed-dashscope [0.5.1]

  • fix(dashscope): send query_history in retriever payload (#22212)

llama-index-indices-managed-lancedb [0.3.2]

  • fix(lancedb): repair image ingestion crash, embedding_model typo, and… (#22544)
  • lint (#22572)

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.14.24]

  • fix: close HotpotQA evaluator file handles (#22113)
  • fix(core): preserve oversized leaf nodes in CodeSplitter (#22119)
  • fix: preserve multiblock chat history writes (#22124)
  • fix(core): skip empty nodes in HTMLNodeParser (#22125)
  • fix(core): respect mmr_threshold=0 in MMR embedding search (#22126)
  • fix: keep all nodes per document in IngestionPipeline upserts (re-submit of #22046, not a dup of #21456) (#22133)
  • fix: don't mark *args/**kwargs as required tool parameters (#22135)
  • fix(core): default MetadataFilters condition to AND when None (#22155)
  • fix: honor agent structured_output_fn/output_cls inside AgentWorkflow (#22162)
  • fix(core): use word tokenization for stopword removal in SemanticDoubleMergingSplitterNodeParser (#22167)
  • fix(core): restore prompt helper fallback to supplied LLM metadata (#22177)
  • populate response text on streaming chat response when writing to memory (#22179)
  • feat(property_graph): add raise_on_error to LLM path extractors (#22195)
  • Clarify FactExtractionMemoryBlock condense prompt to return a full snapshot (#22213)
  • fix a few typos (#22512)
  • fix(core): give each CitationQueryEngine citation node its own id and offsets (#22537)
  • fix(core): persist SimpleChatStore without escaping non-ascii (#22538)
  • feat(core): allow Memory to accept any AsyncDBChatStore (#22541)
  • test(node_parser): enable pytest discovery for sentence_window tests (#22545)
  • Implement async for LLMRerank (#22597)

llama-index-embeddings-bedrock [0.8.3]

  • fix: make aioboto3 optional in llama-index-embeddings-bedrock (#21915)
  • fix(embeddings): validate non-empty Bedrock embedding payload before AWS call (#22527)

llama-index-embeddings-voyageai [0.6.1]

  • fix: set chunk_size=32000 and fix input format for contextualizedembeddings (#22144)

llama-index-graph-stores-falkordb [0.6.0]

  • fix(falkordb): correct schema, vector ranking, filters and batching in property graph store (#22522)

llama-index-indices-managed-dashscope [0.5.1]

  • fix(dashscope): send query_history in retriever payload (#22212)

llama-index-indices-managed-lancedb [0.3.2]

  • fix(lancedb): repair image ingestion crash, embedding_model typo, and… (#22544)
  • lint (#22572)

llama-index-llms-anthropic [0.11.10]

  • feat(anthropic): Add support for Claude Sonnet 5 (#22202)
  • Fix/sonnet 5 function calling (#22217)
  • feat(anthropic, bedrock-converse): add Claude Opus 5 to model allowlists (#22451)

... (truncated)

Commits
  • 9ba74b8 Release 0.14.24 (#22761)
  • 04823eb fix pre-release script (#22760)
  • 30e759a feat(google-genai): use gemini 3.7 Flash by default in lib and docs (#22734)
  • 01cb24c fix: dont overwrite thought signatures (#21562)
  • 3759b52 feat(ag-ui): support multimodal user input (images, audio, video, documents) ...
  • afd0fef fix(pinecone): support pinecone client v8 and v9 (#22511)
  • 9bbdfe1 fix a few typos (#22512)
  • 9808e4b fix(embeddings): validate non-empty Bedrock embedding payload before AWS call...
  • 7b64c7e fix: close file handles and http connections in reader integrations (#22529)
  • 8c983cf fix: don't hardcode verify=False for S3 TLS in BotoMinioReader (#22530)
  • Additional commits viewable in compare view

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

Updates the requirements on [llama-index-core](https://github.com/run-llama/llama_index) to permit the latest version.
- [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.23...v0.14.24)

---
updated-dependencies:
- dependency-name: llama-index-core
  dependency-version: 0.14.24
  dependency-type: direct:production
...

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 Sep 1, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants