Skip to content

Bump llama-index from 0.10.37 to 0.12.28 in /example_dropin_environments/python311_genai-gpu #1505

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 4 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps llama-index from 0.10.37 to 0.12.28.

Release notes

Sourced from llama-index's releases.

v0.12.28

No release notes provided.

v0.12.27

No release notes provided.

v0.12.26

No release notes provided.

v0.12.25

No release notes provided.

v0.12.24.post2

No release notes provided.

v0.12.24.post1

No release notes provided.

v0.12.24

No release notes provided.

v0.12.23

No release notes provided.

v0.12.22.post1

No release notes provided.

v0.12.22

No release notes provided.

v0.12.21

No release notes provided.

v0.12.20

No release notes provided.

v0.12.19

No release notes provided.

v0.12.18

No release notes provided.

v0.12.17.post2

No release notes provided.

v0.12.17.post1

No release notes provided.

v0.12.16

No release notes provided.

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.28]

  • add a code act agent + docs + from-scratch guide (#18329)
  • fix template var mapping for RichPromptTemplate, add docs (#18309)
  • Support multi-modal agents in AgentWorkflow / ReActAgent / FunctionAgent / CodeActAgent (#18330)
  • fix include Node metadata in hash calculation in new node class (#18303)
  • Fix Context._events_queue when loaded from Context.from_dict (#18304)
  • docs: add Langfuse instrumentation (#18321)

llama-index-embeddings-fastembed [0.3.1]

  • add providers kwarg (#18310)

llama-index-graph-stores-memgraph [0.3.1]

  • Update Memgraph integration to latest syntax (#18319)

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

  • misc fixes in constructing client (#18323)

llama-index-llms-asi [0.1.0]

  • add asi llm integration (#18292)

llama-index-llms-dashscope [0.3.2]

  • Update DashScope integration with new tool handling and dependency version bump (#18311)

llama-index-llms-ipex-llm [0.3.1]

  • fix IpexLLM constructor error (#18200)

llama-index-llms-litellm [0.4.1]

  • LiteLLM: better support tools streaming, and support multimodal inputs (#18314)

llama-index-readers-obsidian [0.5.1]

  • fix: prevent path traversal from symlinks (#18320)

llama-index-readers-papers [0.3.1]

  • fix: make filename hashing more robust (#18318)

llama-index-tools-mcp [0.1.1]

  • Fixed case when json_type is a list (multiple possible types) (#18306)

llama-index-vector-stores-clickhouse [0.4.1]

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.10.37 to 0.12.28.
- [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.10.37...v0.12.28)

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

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 Jun 6, 2025
@engprod-2
Copy link

engprod-2 bot commented Jun 6, 2025

The Needs Review labels were added based on the following file changes.

Team @datarobot/genai-systems (#custom-models) was assigned because of changes in files:

example_dropin_environments/python311_genai-gpu/requirements.txt

If you think that there are some issues with ownership, please discuss with C&A domain at #sdtk slack channel and create PR to update DRCODEOWNERS\CODEOWNERS file.

@ScottOglesby
Copy link
Contributor

ScottOglesby commented Jun 12, 2025

(update: there are more conflicts, and docker build is running into issues locally. going to have to punt this one.)

Hi, this dependabot PR was stuck on a conflict:

ERROR: Cannot install -r requirements.txt (line 25) and -r requirements.txt (line 26) because these package versions have conflicting dependencies.

The conflict is caused by:
    llama-index 0.12.28 depends on llama-index-core<0.13.0 and >=0.12.28
    llama-index-llms-azure-openai 0.1.8 depends on llama-index-core<0.11.0 and >=0.10.11.post1

llama-index-llms-azure-openai==0.1.8 is the original pin, from BUZZOK-3910 in June 2024. Latest version is 0.3.4. I updated with that version.

Change log does not seem to imply breaking changes, but we'll need to test this one before release.

@peterzdeb peterzdeb requested review from ScottOglesby and removed request for peterzdeb June 16, 2025 08:51
@ScottOglesby
Copy link
Contributor

Some llama conflicts remain:

#11 47.96 The conflict is caused by:
#11 47.96     llama-index 0.12.28 depends on llama-index-llms-openai<0.4.0 and >=0.3.0
#11 47.96     llama-index-llms-azure-openai 0.3.4 depends on llama-index-llms-openai<0.5 and >=0.4.0

issue with NIM request:

ERROR: failed to solve: nvcr.io/nim/meta/llama-3.1-8b-instruct:1.3.3: unexpected status from HEAD request to https://nvcr.io/v2/nim/meta/llama-3.1-8b-instruct/manifests/1.3.3: 401 Unauthorized

Copy link
Contributor

@ScottOglesby ScottOglesby left a comment

Choose a reason for hiding this comment

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

There are still a few conflicts (with the branch, and with python packages)

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 Ready for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants