Skip to content

Bump llama-index from 0.12.44 to 0.12.45 #571

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

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps llama-index from 0.12.44 to 0.12.45.

Release notes

Sourced from llama-index's releases.

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]

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

  • feat: Update aioboto3 dependency (#19237)

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

  • feat: Update aioboto3 dependency (#19237)

llama-index-llms-dashscope [0.4.1]

  • fix: Fix dashscope qwen assistant api Error response problem, extract tool_calls info from ChatMessage kwargs to top level (#19224)

llama-index-memory-mem0 [0.3.2]

  • feat: Adapting Mem0 to new framework memory standard (#19234)

llama-index-tools-google [0.5.0]

  • feat: Add proper async google search to tool spec (#19250)
  • fix: Clean up results in GoogleSearchToolSpec (#19246)

llama-index-vector-stores-postgres [0.5.4]

  • fix: Fix pg vector store sparse query (#19241)

v0.12.44.post1

... (truncated)

Changelog

Sourced from llama-index's changelog.

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]

  • feat: Update aioboto3 dependency (#19237)

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

  • feat: Update aioboto3 dependency (#19237)

llama-index-llms-dashscope [0.4.1]

  • fix: Fix dashscope qwen assistant api Error response problem, extract tool_calls info from ChatMessage kwargs to top level (#19224)

llama-index-memory-mem0 [0.3.2]

  • feat: Adapting Mem0 to new framework memory standard (#19234)

llama-index-tools-google [0.5.0]

  • feat: Add proper async google search to tool spec (#19250)
  • fix: Clean up results in GoogleSearchToolSpec (#19246)

llama-index-vector-stores-postgres [0.5.4]

  • fix: Fix pg vector store sparse query (#19241)

[2025-06-25]

Commits
  • 44c95c6 v0.12.45 (#19283)
  • b22cdef Support loading Node from ingestion cache (#19279)
  • b55a52d Fix dashscope qwen assistant api Error response problem, extract tool_calls i...
  • 4f55b4e Fix SemanticDoubleMergingSplitterNodeParser not respecting max_chunk_size (#1...
  • 50da301 docs: Dragonfly Index Demo notebook added (#19271)
  • 69992b3 remove references to deprecated Context API (#19275)
  • 6347336 feat: Add chat UI events and models to core package (#19242)
  • ac98536 allow tools to output content blocks (#19265)
  • ca82dea Adapting Mem0 to new framework memory standard (#19234)
  • 1e3af99 replace get_doc_id() with id_ (#19266)
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2025

Superseded by #574.

@dependabot dependabot bot closed this Jul 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/llama-index-0.12.45 branch July 3, 2025 04: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