Skip to content

chore(deps-dev): bump the llama group across 1 directory with 6 updates #15

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps the llama group with 6 updates in the / directory:

Package From To
llama-index 0.12.21 0.12.40
llama-index-vector-stores-chroma 0.4.1 0.4.2
llama-index-embeddings-huggingface 0.5.2 0.5.4
llama-index-embeddings-azure-openai 0.3.0 0.3.7
llama-index-embeddings-ollama 0.5.0 0.6.0
llama-index-embeddings-voyageai 0.3.1 0.3.6

Updates llama-index from 0.12.21 to 0.12.40

Release notes

Sourced from llama-index's releases.

v0.12.40 (2025-06-02)

Release Notes

llama-index-core [0.12.40]

  • feat: Add StopEvent step validation so only one workflow step can handle StopEvent (#18932)
  • fix: Add compatibility check before providing tool_required to LLM args (#18922)

llama-index-embeddings-cohere [0.5.1]

  • fix: add batch size validation with 96 limit for Cohere API (#18915)

llama-index-llms-anthropic [0.7.2]

  • feat: Support passing static AWS credentials to Anthropic Bedrock (#18935)
  • fix: Handle untested no tools scenario for anthropic tool config (#18923)

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

  • fix: use proper auto mode for google-genai function calling (#18933)

llama-index-llms-openai [0.4.2]

  • fix: clear up some field typing issues of OpenAI LLM API (#18918)
  • fix: migrate broken reasoning_effort kwarg to reasoning_options dict in OpenAIResponses class (#18920)

llama-index-tools-measurespace [0.1.0]

  • feat: Add weather, climate, air quality and geocoding tool from Measure Space (#18909)

llama-index-tools-mcp [0.2.3]

  • feat: Add headers handling to BasicMCPClient (#18919)

v0.12.39 (2025-05-30)

Release Notes

[2025-05-30]

llama-index-core [0.12.39]

  • feat: Adding Resource to perform dependency injection in Workflows (docs coming soon!) (#18884)
  • feat: Add tool_required param to function calling LLMs (#18654)
  • fix: make prefix and response non-required for hitl events (#18896)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)

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

  • feat: add non persisted composite retrieval (#18908)

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.40]

  • feat: Add StopEvent step validation so only one workflow step can handle StopEvent (#18932)
  • fix: Add compatibility check before providing tool_required to LLM args (#18922)

llama-index-embeddings-cohere [0.5.1]

  • fix: add batch size validation with 96 limit for Cohere API (#18915)

llama-index-llms-anthropic [0.7.2]

  • feat: Support passing static AWS credentials to Anthropic Bedrock (#18935)
  • fix: Handle untested no tools scenario for anthropic tool config (#18923)

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

  • fix: use proper auto mode for google-genai function calling (#18933)

llama-index-llms-openai [0.4.2]

  • fix: clear up some field typing issues of OpenAI LLM API (#18918)
  • fix: migrate broken reasoning_effort kwarg to reasoning_options dict in OpenAIResponses class (#18920)

llama-index-tools-measurespace [0.1.0]

  • feat: Add weather, climate, air quality and geocoding tool from Measure Space (#18909)

llama-index-tools-mcp [0.2.3]

  • feat: Add headers handling to BasicMCPClient (#18919)

[2025-05-30]

llama-index-core [0.12.39]

  • feat: Adding Resource to perform dependency injection in Workflows (docs coming soon!) (#18884)
  • feat: Add require_tool param to function calling LLMs (#18654)
  • fix: make prefix and response non-required for hitl events (#18896)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)

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

  • feat: add non persisted composite retrieval (#18908)

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

  • feat: Update aioboto3 dependency to allow latest version (#18889)

llama-index-llms-ollama [0.6.1]

... (truncated)

Commits
  • 8bbfc54 v0.12.40 (#18938)
  • f0693ad Add weather, climate, air quality and geocoding tool from Measure Space (#18909)
  • 3cbe715 fix: update reasoning_effort key to reasoning in OpenAIResponses class (#18920)
  • 7714b1c Add StopEvent step validation (#18932)
  • e218bd8 Support passing static AWS credentials to Anthropic Bedrock (#18935)
  • 3460c49 Fix google-genai function calling (#18933)
  • 73e07e4 Add headers handling to BasicMCPClient (#18919)
  • 69f1a60 Fix some field types of OpenAI LLM API (#18918)
  • 9118a12 fix(cohere-embedding): add batch size validation with 96 limit for Cohere API...
  • 1f00850 Add compatibility check before providing tool_required (#18922)
  • Additional commits viewable in compare view

Updates llama-index-vector-stores-chroma from 0.4.1 to 0.4.2

Updates llama-index-embeddings-huggingface from 0.5.2 to 0.5.4

Updates llama-index-embeddings-azure-openai from 0.3.0 to 0.3.7

Updates llama-index-embeddings-ollama from 0.5.0 to 0.6.0

Updates llama-index-embeddings-voyageai from 0.3.1 to 0.3.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 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

Bumps the llama group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [llama-index](https://github.com/run-llama/llama_index) | `0.12.21` | `0.12.40` |
| llama-index-vector-stores-chroma | `0.4.1` | `0.4.2` |
| llama-index-embeddings-huggingface | `0.5.2` | `0.5.4` |
| llama-index-embeddings-azure-openai | `0.3.0` | `0.3.7` |
| llama-index-embeddings-ollama | `0.5.0` | `0.6.0` |
| llama-index-embeddings-voyageai | `0.3.1` | `0.3.6` |



Updates `llama-index` from 0.12.21 to 0.12.40
- [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.21...v0.12.40)

Updates `llama-index-vector-stores-chroma` from 0.4.1 to 0.4.2

Updates `llama-index-embeddings-huggingface` from 0.5.2 to 0.5.4

Updates `llama-index-embeddings-azure-openai` from 0.3.0 to 0.3.7

Updates `llama-index-embeddings-ollama` from 0.5.0 to 0.6.0

Updates `llama-index-embeddings-voyageai` from 0.3.1 to 0.3.6

---
updated-dependencies:
- dependency-name: llama-index
  dependency-version: 0.12.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: llama
- dependency-name: llama-index-vector-stores-chroma
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: llama
- dependency-name: llama-index-embeddings-huggingface
  dependency-version: 0.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: llama
- dependency-name: llama-index-embeddings-azure-openai
  dependency-version: 0.3.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: llama
- dependency-name: llama-index-embeddings-ollama
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: llama
- dependency-name: llama-index-embeddings-voyageai
  dependency-version: 0.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: llama
...

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 Jun 6, 2025
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