Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the llama-index group with 2 updates: llama-index and llama-index-llms-anthropic.

Updates llama-index from 0.12.5 to 0.12.25

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.25]

  • Ensuring original text is preserved in CHUNKING_REGEX in splitters (#18054)
  • use SimpleDirectoryReader without llama-index-readers-file package (#18173)
  • Improved Annotations and Error Handling in utils.py and exec_utils.py (#18153)
  • Add build_semantic_nodes_from_nodes to SemanticDoubleMergingSplitterNodeParser (#18114)
  • fix: Optimize memory management of the Context object (#18170)
  • fix: allow streaming events from context after workflows ends (#18174)
  • feat: Add a clear method to the Context class (#18136)

llama-index-embeddins-clip [0.4.0]

  • unpin ClipEmbedding deps (#18165)

llama-index-embeddings-netmind [0.1.0]

  • add netmind integrations (#18078)

llama-index-indices-managed-llama-cloud [0.6.9]

  • fix kwargs for LlamaCloudCompositeRetriever (#18141)

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

  • Bug fix: Calling tools with no arguments (#18143)
  • add token counts to the chat and achat methods of BedrockConverse (#18148)

llama-index-llms-contextual [0.0.1]

  • fixes for contextual glm (#18145)

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

llama-index-llms-langchain [0.6.1]

  • Replace deprecated predict with invoke in llama-index-llms-langchain (#18169)

llama-index-llms-netmind [0.1.0]

  • add netmind integrations (#18078)

llama-index-llms-novita [0.1.0]

  • add NovitaAI llm class (#18134)

llama-index-postprocessor-aimon-rerank [0.1.0]

  • AIMon reranker integration into LlamaIndex node postprocessors (#18087)

... (truncated)

Commits

Updates llama-index-llms-anthropic from 0.5.0 to 0.6.10

You can trigger a rebase of this PR 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 <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

Greptile Summary

Disclaimer: Experimental PR review

This PR updates the llama-index dependency group, upgrading llama-index to v0.12.25 and llama-index-llms-anthropic to v0.6.10 with several core improvements.

  • Updated version constraint for llama-index-llms-anthropic from <0.6 to <0.7 in pyproject.toml
  • Core improvements include memory optimization and better error handling in llama-index
  • Fixed streaming events to continue after workflow ends
  • Replaced deprecated predict with invoke in llama-index-llms-langchain integration
  • Added new integrations including Netmind and NovitaAI LLM support

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 24, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch from 9c3deef to c47547b Compare March 25, 2025 05:13
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch from c47547b to 1f14b2a Compare April 3, 2025 05:13
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch 2 times, most recently from f56d242 to d3c6507 Compare April 18, 2025 05:16
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch 2 times, most recently from 1b2f53e to 9defbf8 Compare April 28, 2025 05:44
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch from 9defbf8 to 6112701 Compare May 7, 2025 05:36
Bumps the llama-index group with 2 updates: [llama-index](https://github.com/run-llama/llama_index) and llama-index-llms-anthropic.


Updates `llama-index` from 0.12.5 to 0.12.25
- [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.5...v0.12.25)

Updates `llama-index-llms-anthropic` from 0.5.0 to 0.6.10

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llama-index
- dependency-name: llama-index-llms-anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: llama-index
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/llama-index-d21a19bca5 branch from 6112701 to be4ae3a Compare May 16, 2025 05:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/llama-index-d21a19bca5 branch May 21, 2025 05:31
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